diff options
author | Andrew Chow <achow101-github@achow101.com> | 2021-05-20 16:54:23 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2021-08-27 12:46:04 -0400 |
commit | 54de7b47463d98f860167d4e0b7e4ebb3926b59c (patch) | |
tree | bd4fa1cf13689cfc6ecbee4153632d03d8dabac8 /src/dummywallet.cpp | |
parent | eb09c26724e3f714b613788fc506f2ff3a208d2c (diff) |
Allow the long term feerate to be configured, default of 10 sat/vb
The long term feerate is really the highest feerate that the user is
comfortable with making consolidatory transactions. This is should thus
be something that can be configured by the user via a new startup option
-consolidatefeerate. The default value is 10 sat/vbyte, chosen
arbitrarily (it seems like a reasonable number).
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 95886d3138..2d897f4c40 100644 --- a/src/dummywallet.cpp +++ b/src/dummywallet.cpp @@ -28,6 +28,7 @@ void DummyWalletInit::AddWalletOptions(ArgsManager& argsman) const "-addresstype", "-avoidpartialspends", "-changetype", + "-consolidatefeerate=<amt>", "-disablewallet", "-discardfee=<amt>", "-fallbackfee=<amt>", |