Skip to content

Commit

Permalink
GH-2215 Start after lib
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Feb 7, 2024
1 parent cc75dbc commit 1ec3662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ namespace eosio {
}

if (sync_last_requested_num == 0) { // block was rejected
sync_next_expected_num = my_impl->get_chain_lib_num();
sync_next_expected_num = my_impl->get_chain_lib_num() + 1;
} else {
sync_next_expected_num = blk_num + 1;
}
Expand Down

0 comments on commit 1ec3662

Please sign in to comment.