1
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-27 02:36:47 +01:00

Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options

This commit is contained in:
Luke Dashjr 2019-04-28 04:42:38 +00:00
parent 0f09eb779d
commit 765d5890be

View file

@ -25,6 +25,7 @@ void DummyWalletInit::AddWalletOptions() const
{
gArgs.AddHiddenArgs({
"-addresstype",
"-avoidpartialspends",
"-changetype",
"-disablewallet",
"-discardfee=<amt>",