mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options
Github-Pull: #15913
Rebased-From: 765d5890be
This commit is contained in:
parent
206c30f6d7
commit
106471d0d7
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ void DummyWalletInit::AddWalletOptions() const
|
|||
{
|
||||
std::vector<std::string> opts = {
|
||||
"-addresstype",
|
||||
"-avoidpartialspends",
|
||||
"-changetype",
|
||||
"-disablewallet",
|
||||
"-discardfee=<amt>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue