MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / getRequiredFee

Method getRequiredFee

src/wallet/interfaces.cpp:467–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 return result;
466 }
467 CAmount getRequiredFee(unsigned int tx_bytes) override { return GetRequiredFee(*m_wallet, tx_bytes); }
468 CAmount getMinimumFee(unsigned int tx_bytes,
469 const CCoinControl& coin_control,
470 int* returned_target,

Callers 1

setModelMethod · 0.80

Calls 1

GetRequiredFeeFunction · 0.85

Tested by

no test coverage detected