aboutsummaryrefslogtreecommitdiff
path: root/src/dummywallet.cpp
diff options
context:
space:
mode:
authorKarl-Johan Alm <[email protected]>2018-10-26 09:36:56 +0900
committerKarl-Johan Alm <[email protected]>2020-08-06 10:07:00 +0900
commitb82067bf696c53f22536f9ca2e51949c164f6b06 (patch)
treeb97e109eda5ddb15623ea3a1f24332d6328b2507 /src/dummywallet.cpp
parentMerge #19614: util: use HAVE_FDATASYNC to determine fdatasync() use (diff)
downloaddiscoin-b82067bf696c53f22536f9ca2e51949c164f6b06.tar.xz
discoin-b82067bf696c53f22536f9ca2e51949c164f6b06.zip
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 18dc7a69e..380d4eb8a 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>",