MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / info

Method info

src/txmempool.cpp:820–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820TxMempoolInfo CTxMemPool::info(const uint256& hash) const
821{
822 LOCK(cs);
823 indexed_transaction_set::const_iterator i = mapTx.find(hash);
824 if (i == mapTx.end())
825 return TxMempoolInfo();
826 return GetInfo(i);
827}
828
829void CTxMemPool::PrioritiseTransaction(const uint256& hash, const CAmount& nFeeDelta)
830{

Callers 15

bctesterFunction · 0.80
test_null_locatorsMethod · 0.80
test_nonnull_locatorsMethod · 0.80
run_testMethod · 0.80
run_testMethod · 0.80
test_reorgMethod · 0.80
reindexMethod · 0.80
run_testMethod · 0.80
run_testMethod · 0.80
run_testMethod · 0.80
run_testMethod · 0.80
run_testMethod · 0.80

Calls 4

TxMempoolInfoClass · 0.85
GetInfoFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by 10

bctesterFunction · 0.64
test_null_locatorsMethod · 0.64
test_nonnull_locatorsMethod · 0.64
test_reorgMethod · 0.64
test_height_minMethod · 0.64
custom_methodMethod · 0.64
run_testMethod · 0.64
mainMethod · 0.64
setup_chainMethod · 0.64