mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options
This commit is contained in:
@ -25,6 +25,7 @@ void DummyWalletInit::AddWalletOptions() const
|
||||
{
|
||||
gArgs.AddHiddenArgs({
|
||||
"-addresstype",
|
||||
"-avoidpartialspends",
|
||||
"-changetype",
|
||||
"-disablewallet",
|
||||
"-discardfee=<amt>",
|
||||
|
Reference in New Issue
Block a user