mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-19 22:50:44 +02:00
Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options
This commit is contained in:
parent
0f09eb779d
commit
765d5890be
@ -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 New Issue
Block a user