Remove bulk_push_server receive !bootstrap.in_progress check (#723)
This commit is contained in:
parent
6673c42f68
commit
38cc84399a
1 changed files with 1 additions and 4 deletions
|
@ -2060,10 +2060,7 @@ void rai::bulk_push_server::received_block (boost::system::error_code const & ec
|
|||
auto block (rai::deserialize_block (stream));
|
||||
if (block != nullptr && !rai::work_validate (*block))
|
||||
{
|
||||
if (!connection->node->bootstrap_initiator.in_progress ())
|
||||
{
|
||||
connection->node->process_active (std::move (block));
|
||||
}
|
||||
connection->node->process_active (std::move (block));
|
||||
receive ();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue