MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / MempoolRejectedTx

Method MempoolRejectedTx

src/node/txdownloadman_impl.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 m_impl->MempoolAcceptedTx(tx);
57}
58RejectedTxTodo TxDownloadManager::MempoolRejectedTx(const CTransactionRef& ptx, const TxValidationState& state, NodeId nodeid, bool first_time_failure)
59{
60 return m_impl->MempoolRejectedTx(ptx, state, nodeid, first_time_failure);
61}
62void TxDownloadManager::MempoolRejectedPackage(const Package& package)
63{
64 m_impl->MempoolRejectedPackage(package);

Callers 3

ProcessInvalidTxMethod · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
txdownloadman.cppFile · 0.80

Calls 14

GetResultMethod · 0.80
HaveTxMethod · 0.80
AddTxMethod · 0.80
containsMethod · 0.45
existsMethod · 0.45
has_valueMethod · 0.45
GetCandidatePeersMethod · 0.45
GetHashMethod · 0.45
HasWitnessMethod · 0.45
ForgetTxHashMethod · 0.45
clearMethod · 0.45
ToStringMethod · 0.45

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.64