Disable immediate rebroadcasting of forked blocks (#4906)
This commit is contained in:
parent
89dbbd9a36
commit
bf084a8f0d
1 changed files with 0 additions and 1 deletions
|
|
@ -618,7 +618,6 @@ bool nano::election::publish (std::shared_ptr<nano::block> const & block_a)
|
|||
if (status.winner->hash () == block_a->hash ())
|
||||
{
|
||||
status.winner = block_a;
|
||||
node.network.flood_block (block_a, nano::transport::traffic_type::block_broadcast);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue