mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options
Github-Pull: #15913
Rebased-From: 765d5890be
This commit is contained in:
@@ -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>",
|
||||||
|
|||||||
Reference in New Issue
Block a user