ELEMENTS
| 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(); |