Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options
This commit is contained in:
parent
0f09eb779d
commit
765d5890be
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ void DummyWalletInit::AddWalletOptions() const
|
||||||
{
|
{
|
||||||
gArgs.AddHiddenArgs({
|
gArgs.AddHiddenArgs({
|
||||||
"-addresstype",
|
"-addresstype",
|
||||||
|
"-avoidpartialspends",
|
||||||
"-changetype",
|
"-changetype",
|
||||||
"-disablewallet",
|
"-disablewallet",
|
||||||
"-discardfee=<amt>",
|
"-discardfee=<amt>",
|
||||||
|
|
Loading…
Reference in a new issue