Josh Rickmar
Josh Rickmar
An error is currently caught and handled by being printed to console, but you wouldn't know unless you were running it in the visual studio debugger. There is currently no...
Sure, that's a good idea.
This is fixed in dcrwallet, you're welcome to backport it as long as you respect the license.
My comment about using this fee to change the dust threshold is incorrect. The dust limit determined by a full node is not based on the transaction's actual fee/kB but...
Rather than adding an extension to the legacy RPC server, these improvements should be added to the [`walletrpc.WalletService/ImportPrivateKey`](https://github.com/btcsuite/btcwallet/blob/master/rpc/documentation/api.md#importprivatekey) RPC.
unsure if this warning should be created when the default config file was left unspecified (or in the current code, if it is the default value). Perhaps this should wait...
It's explained in the comment. The function will return early if the config options are wrong (or some sort of other error is encountered). If the error was because a...
I don't think this matters if we can get #434 in and make this a fatal error. Then we can log this as soon as the logger is initialized (instead...
To demonstrate the issue I'm trying to prevent: ``` PS C:\Users\jrick> emacs correct.conf PS C:\Users\jrick> gc correct.conf miningaddr=1FEZjsRQqbjw1d3eemjszYhSMFHVgj78Jo PS C:\Users\jrick> btcd -C bogus.conf --generate loadConfig: the generate flag is set,...
This can be added as a selection algorithm when #92 is completed.