| 14 | |
| 15 | |
| 16 | CAmount GetRequiredFee(const CWallet& wallet, unsigned int nTxBytes) |
| 17 | { |
| 18 | return GetRequiredFeeRate(wallet).GetFee(nTxBytes); |
| 19 | } |
| 20 | |
| 21 | |
| 22 | CAmount GetMinimumFee(const CWallet& wallet, unsigned int nTxBytes, const CCoinControl& coin_control, const CTxMemPool& pool, const CBlockPolicyEstimator& estimator, FeeCalculation* feeCalc) |
no test coverage detected