We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ffa53 commit f883e5fCopy full SHA for f883e5f
src/node/txorphanage.cpp
@@ -832,6 +832,8 @@ bool TxOrphanageImpl::HaveTxToReconsider(NodeId peer)
832
}
833
void TxOrphanageImpl::EraseForBlock(const CBlock& block)
834
{
835
+ if (m_orphans.empty()) return;
836
+
837
std::set<Wtxid> wtxids_to_erase;
838
for (const CTransactionRef& ptx : block.vtx) {
839
const CTransaction& block_tx = *ptx;
0 commit comments