| 17 | |
| 18 | |
| 19 | CAmount GetMinimumFee(const CWallet& wallet, unsigned int nTxBytes, const CCoinControl& coin_control, FeeCalculation* feeCalc) |
| 20 | { |
| 21 | return GetMinimumFeeRate(wallet, coin_control, feeCalc).GetFee(nTxBytes); |
| 22 | } |
| 23 | |
| 24 | CFeeRate GetRequiredFeeRate(const CWallet& wallet) |
| 25 | { |
no test coverage detected