Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
761
CFeeRate CTxMemPool::estimateFee(int nBlocks) const
762
{
763
LOCK(cs);
764
return minerPolicyEstimator->estimateFee(nBlocks);
765
}
766
double CTxMemPool::estimatePriority(int nBlocks) const
767
{
768
LOCK(cs);
Callers
1
estimatefee
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected