mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 8e1913ae02 into merged_master (Bitcoin PR #21062)
This commit is contained in:
commit
f250da483b
12 changed files with 142 additions and 139 deletions
|
|
@ -659,9 +659,9 @@ public:
|
|||
}
|
||||
}
|
||||
// ELEMENTS
|
||||
bool testPeginClaimAcceptance(TxValidationState& acceptState, const CTransactionRef tx) override {
|
||||
MempoolAcceptResult testPeginClaimAcceptance(const CTransactionRef tx) override {
|
||||
LOCK(::cs_main);
|
||||
return ::AcceptToMemoryPool(*m_node.mempool, acceptState, tx, nullptr /* plTxnReplaced */, false /* bypass_limits */, true /* test_accept */);
|
||||
return ::AcceptToMemoryPool(*m_node.mempool, tx, false /* bypass_limits */, true /* test_accept */);
|
||||
}
|
||||
// end ELEMENTS
|
||||
NodeContext& m_node;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue