diff options
| author | Karl-Johan Alm <[email protected]> | 2018-10-26 09:36:56 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2020-08-06 10:07:00 +0900 |
| commit | b82067bf696c53f22536f9ca2e51949c164f6b06 (patch) | |
| tree | b97e109eda5ddb15623ea3a1f24332d6328b2507 /src/dummywallet.cpp | |
| parent | Merge #19614: util: use HAVE_FDATASYNC to determine fdatasync() use (diff) | |
| download | discoin-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.cpp | 1 |
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>", |