Permalink
Please sign in to comment.
Browse files
Introduce a fee estimate mode.
GetMinimumFee now passes the conservative argument into estimateSmartFee. Call CalculateEstimateType(mode) before calling GetMinimumFee or estimateSmartFee to determine the value of this argument. CCoinControl can now be used to control this mode.
- Loading branch information...
Showing
with
42 additions
and 8 deletions.
- +7 −0 src/policy/fees.h
- +4 −2 src/qt/coincontroldialog.cpp
- +2 −1 src/qt/sendcoinsdialog.cpp
- +1 −0 src/qt/walletmodel.cpp
- +4 −0 src/wallet/coincontrol.h
- +2 −1 src/wallet/feebumper.cpp
- +17 −3 src/wallet/wallet.cpp
- +5 −1 src/wallet/wallet.h
0 comments on commit
d507c30