Skip to content

Commit 39a459f

Browse files
author
Neil
committed
Revert "Fix p2p_leak_tx.py"
This reverts commit c92a3a5.
1 parent bc7b37f commit 39a459f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/validation.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6087,8 +6087,6 @@ bool ChainstateManager::AcceptBlock(const std::shared_ptr<const CBlock>& pblock,
60876087

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

60936091
// Write block to history file
60946092
if (fNewBlock) *fNewBlock = true;

0 commit comments

Comments
 (0)