MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / estimateFee

Method estimateFee

src/txmempool.cpp:761–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761CFeeRate CTxMemPool::estimateFee(int nBlocks) const
762{
763 LOCK(cs);
764 return minerPolicyEstimator->estimateFee(nBlocks);
765}
766double CTxMemPool::estimatePriority(int nBlocks) const
767{
768 LOCK(cs);

Callers 1

estimatefeeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected