MCPcopy Create free account
hub / github.com/RavenProject/Ravencoin / info

Method info

src/txmempool.cpp:1281–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1279}
1280
1281TxMempoolInfo CTxMemPool::info(const uint256& hash) const
1282{
1283 LOCK(cs);
1284 indexed_transaction_set::const_iterator i = mapTx.find(hash);
1285 if (i == mapTx.end())
1286 return TxMempoolInfo();
1287 return GetInfo(i);
1288}
1289
1290void CTxMemPool::PrioritiseTransaction(const uint256& hash, const CAmount& nFeeDelta)
1291{

Callers 15

bctesterFunction · 0.80
run_testMethod · 0.80
activate_assetsMethod · 0.80
issue_reorg_testMethod · 0.80
reindexMethod · 0.80
run_testMethod · 0.80
issuerestrictedassetMethod · 0.80
issuequalifierassetMethod · 0.80

Calls 4

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

Tested by 15

bctesterFunction · 0.64
test_anti_fee_snipingMethod · 0.64
test_getrpcinfoMethod · 0.64
test_batch_requestMethod · 0.64
test_height_minMethod · 0.64
test_rvn_bulkMethod · 0.64
custom_methodMethod · 0.64
run_testMethod · 0.64
test_witness_servicesMethod · 0.64