diff options
author | Alex Morcos <morcos@chaincode.com> | 2017-06-29 11:29:34 -0400 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-07-14 23:41:37 -0400 |
commit | 2fffaa97381f741786fff2e6ff25f4b9a74037fe (patch) | |
tree | f6163fb7a56b3f73bc8858ad1c336db9efb77aac /src/wallet/wallet.h | |
parent | 1983ca6cb3d6e741191206b57585a4b88d9ab86e (diff) |
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Remove helper function (CalculateEstimateType) for determining whether
estimates should be conservative or not, now that this is only called
once from GetMinimumFee and incorporate the logic directly there.
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 3c866776fb..bb9d146a20 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -1213,6 +1213,4 @@ bool CWallet::DummySignTx(CMutableTransaction &txNew, const ContainerType &coins return true; } -bool CalculateEstimateType(FeeEstimateMode mode, bool opt_in_rbf); - #endif // BITCOIN_WALLET_WALLET_H |