Skip to content

Commit

Permalink
GH-1072 Revert check for in sync as we need to always attempt a start…
Browse files Browse the repository at this point in the history
… sync on a lib notice.
  • Loading branch information
heifner committed Jun 7, 2023
1 parent 668d2a4 commit 2fab062
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2227,9 +2227,7 @@ namespace eosio {
c->last_handshake_recv.last_irreversible_block_num = msg.known_trx.pending;
}
sync_reset_lib_num(c, false);
if (is_in_sync()) {
start_sync(c, msg.known_trx.pending);
}
start_sync(c, msg.known_trx.pending);
}
}

Expand Down

0 comments on commit 2fab062

Please sign in to comment.