From b82067bf696c53f22536f9ca2e51949c164f6b06 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Fri, 26 Oct 2018 09:36:56 +0900 Subject: 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). --- src/dummywallet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dummywallet.cpp') 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=", "-fallbackfee=", "-keypool=", + "-maxapsfee=", "-maxtxfee=", "-mintxfee=", "-paytxfee=", -- cgit v1.2.3