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

Method estimateMaxBlocks

src/node/interfaces.cpp:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 return m_node.fee_estimator->estimateSmartFee(num_blocks, calc, conservative);
631 }
632 unsigned int estimateMaxBlocks() override
633 {
634 if (!m_node.fee_estimator) return 0;
635 return m_node.fee_estimator->HighestTargetTracked(FeeEstimateHorizon::LONG_HALFLIFE);
636 }
637 CFeeRate mempoolMinFee() override
638 {
639 if (!m_node.mempool) return {};

Callers 2

GetDiscardRateFunction · 0.80
SetFeeEstimateModeFunction · 0.80

Calls 1

HighestTargetTrackedMethod · 0.80

Tested by

no test coverage detected