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

Function GetRequiredFee

src/wallet/fees.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12namespace wallet {
13CAmount GetRequiredFee(const CWallet& wallet, unsigned int nTxBytes)
14{
15 return GetRequiredFeeRate(wallet).GetFee(nTxBytes);
16}
17
18
19CAmount GetMinimumFee(const CWallet& wallet, unsigned int nTxBytes, const CCoinControl& coin_control, FeeCalculation* feeCalc)

Callers 2

CheckFeeRateFunction · 0.85
getRequiredFeeMethod · 0.85

Calls 2

GetRequiredFeeRateFunction · 0.85
GetFeeMethod · 0.80

Tested by

no test coverage detected