MCPcopy Create free account
hub / github.com/ElementsProject/elements / testPeginClaimAcceptance

Method testPeginClaimAcceptance

src/node/interfaces.cpp:723–726  ·  view source on GitHub ↗

ELEMENTS

Source from the content-addressed store, hash-verified

721 }
722// ELEMENTS
723 MempoolAcceptResult testPeginClaimAcceptance(const CTransactionRef tx) override {
724 LOCK(::cs_main);
725 return ::AcceptToMemoryPool(chainman().ActiveChainstate(), tx, GetTime(), false /* bypass_limits */, true /* test_accept */);
726 }
727 CBlockIndex* getTip() override {
728 LOCK(::cs_main);
729 const CChain& active = Assert(m_node.chainman)->ActiveChain();

Callers 1

claimpeginFunction · 0.80

Calls 1

GetTimeFunction · 0.85

Tested by

no test coverage detected