MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetInfo

Function GetInfo

src/txmempool.cpp:832–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830}
831
832static TxMempoolInfo GetInfo(CTxMemPool::indexed_transaction_set::const_iterator it) {
833 return TxMempoolInfo{it->GetSharedTx(), it->GetTime(), CFeeRate(it->GetFee(), it->GetTxSize()), it->GetModifiedFee() - it->GetFee()};
834}
835
836std::vector<TxMempoolInfo> CTxMemPool::infoAll() const
837{

Callers 2

infoAllMethod · 0.85
infoMethod · 0.85

Calls 6

GetSharedTxMethod · 0.80
GetTimeMethod · 0.80
GetFeeMethod · 0.80
CFeeRateClass · 0.70
GetTxSizeMethod · 0.45
GetModifiedFeeMethod · 0.45

Tested by

no test coverage detected