MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetRequiredFeeRate

Function GetRequiredFeeRate

src/wallet/fees.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33CFeeRate GetRequiredFeeRate(const CWallet& wallet)
34{
35 return std::max(wallet.m_min_fee, ::minRelayTxFee);
36}
37
38CFeeRate GetMinimumFeeRate(const CWallet& wallet, const CCoinControl& coin_control, const CTxMemPool& pool, const CBlockPolicyEstimator& estimator, FeeCalculation* feeCalc)
39{

Callers 2

GetRequiredFeeFunction · 0.85
GetMinimumFeeRateFunction · 0.85

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected