Skip to content

Commit

Permalink
Revert "Fix p2p_leak_tx.py"
Browse files Browse the repository at this point in the history
This reverts commit c92a3a5.
  • Loading branch information
Neil committed Oct 29, 2024
1 parent bc7b37f commit 39a459f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6087,8 +6087,6 @@ bool ChainstateManager::AcceptBlock(const std::shared_ptr<const CBlock>& pblock,

// Header is valid/has work, merkle tree and segwit merkle tree are good...RELAY NOW
// (but if it does not build on our best tip, let the SendMessages loop relay it)
if (!IsInitialBlockDownload() && ActiveTip() == pindex->pprev)
GetMainSignals().NewPoWValidBlock(pindex, pblock);

// Write block to history file
if (fNewBlock) *fNewBlock = true;
Expand Down

0 comments on commit 39a459f

Please sign in to comment.