mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 19:21:28 +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({
|
gArgs.AddHiddenArgs({
|
||||||
"-addresstype",
|
"-addresstype",
|
||||||
|
"-avoidpartialspends",
|
||||||
"-changetype",
|
"-changetype",
|
||||||
"-disablewallet",
|
"-disablewallet",
|
||||||
"-discardfee=<amt>",
|
"-discardfee=<amt>",
|
||||||
|
Reference in New Issue
Block a user