| 22 | } |
| 23 | |
| 24 | CFeeRate GetRequiredFeeRate(const CWallet& wallet) |
| 25 | { |
| 26 | return std::max(wallet.m_min_fee, wallet.chain().relayMinFee()); |
| 27 | } |
| 28 | |
| 29 | CFeeRate GetMinimumFeeRate(const CWallet& wallet, const CCoinControl& coin_control, FeeCalculation* feeCalc) |
| 30 | { |
no test coverage detected