MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetMinimumFee

Function GetMinimumFee

src/wallet/fees.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19CAmount 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
24CFeeRate GetRequiredFeeRate(const CWallet& wallet)
25{

Callers 2

getMinimumFeeMethod · 0.85
createrawpeginFunction · 0.85

Calls 2

GetMinimumFeeRateFunction · 0.85
GetFeeMethod · 0.80

Tested by

no test coverage detected