aboutsummaryrefslogtreecommitdiff
path: root/src/dummywallet.cpp
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-10-26 09:36:56 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2020-08-06 10:07:00 +0900
commitb82067bf696c53f22536f9ca2e51949c164f6b06 (patch)
treeb97e109eda5ddb15623ea3a1f24332d6328b2507 /src/dummywallet.cpp
parente3272ff2907ca7a769d624698831a8605251b295 (diff)
downloadbitcoin-b82067bf696c53f22536f9ca2e51949c164f6b06.tar.xz
wallet: try -avoidpartialspends mode and use its result if fees are below threshold
The threshold is defined by a new max avoid partial spends fee flag, which defaults to 0 (i.e. if fees are unchanged, use the grouped option).
Diffstat (limited to 'src/dummywallet.cpp')
-rw-r--r--src/dummywallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dummywallet.cpp b/src/dummywallet.cpp
index 18dc7a69e2..380d4eb8ac 100644
--- a/src/dummywallet.cpp
+++ b/src/dummywallet.cpp
@@ -35,6 +35,7 @@ void DummyWalletInit::AddWalletOptions(ArgsManager& argsman) const
"-discardfee=<amt>",
"-fallbackfee=<amt>",
"-keypool=<n>",
+ "-maxapsfee=<n>",
"-maxtxfee=<amt>",
"-mintxfee=<amt>",
"-paytxfee=<amt>",