Permalink
Please sign in to comment.
Browse files
Merge #10589: More economical fee estimates for RBF and RPC options t…
…o control f135923 Add RPC options for RBF, confirmation target, and conservative fee estimation. (Alex Morcos) f0bf33d Change default fee estimation mode. (Alex Morcos) e0738e3 remove default argument from estimateSmartFee (Alex Morcos) d507c30 Introduce a fee estimate mode. (Alex Morcos) cfaef69 remove default argument from GetMinimumFee (Alex Morcos) Tree-SHA512: 49c3a49a6893790a7e8b4e93a48f123dd5307af26c2017800683b76b4df8fc904ba73402917878676242c7440e3e04288d0c1ff3c2c907418724efc03cedab50
- Loading branch information...
Showing
with
157 additions
and 28 deletions.
- +14 −0 src/policy/fees.cpp
- +10 −1 src/policy/fees.h
- +4 −2 src/qt/coincontroldialog.cpp
- +5 −1 src/qt/sendcoinsdialog.cpp
- +2 −1 src/qt/walletmodel.cpp
- +4 −0 src/rpc/client.cpp
- +2 −2 src/test/policyestimator_tests.cpp
- +4 −0 src/wallet/coincontrol.h
- +3 −2 src/wallet/feebumper.cpp
- +2 −1 src/wallet/feebumper.h
- +84 −14 src/wallet/rpcwallet.cpp
- +18 −3 src/wallet/wallet.cpp
- +5 −1 src/wallet/wallet.h
Oops, something went wrong.
0 comments on commit
104f5f2