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

Method GetIndividualFeerate

src/txgraph.cpp:2397–2400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2395}
2396
2397FeePerWeight GenericClusterImpl::GetIndividualFeerate(DepGraphIndex idx) noexcept
2398{
2399 return FeePerWeight::FromFeeFrac(m_depgraph.FeeRate(idx));
2400}
2401
2402FeePerWeight SingletonClusterImpl::GetIndividualFeerate(DepGraphIndex idx) noexcept
2403{

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls 2

FeeRateMethod · 0.80
IsPresentMethod · 0.80

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64