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

Github-Pull: #15913
Rebased-From: 765d5890be
This commit is contained in:
Luke Dashjr
2019-04-28 04:42:38 +00:00
committed by MarcoFalke
parent 206c30f6d7
commit 106471d0d7

View File

@@ -25,6 +25,7 @@ void DummyWalletInit::AddWalletOptions() const
{ {
std::vector<std::string> opts = { std::vector<std::string> opts = {
"-addresstype", "-addresstype",
"-avoidpartialspends",
"-changetype", "-changetype",
"-disablewallet", "-disablewallet",
"-discardfee=<amt>", "-discardfee=<amt>",