Skip to content

Commit

Permalink
Update comment for new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 3, 2019
1 parent ffbf338 commit 1eecbf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,8 @@ namespace eosio {
//
// 3 my head block num < peer head block num - update sync state and send a catchup request
// 4 my head block num >= peer block num send a notice catchup if this is not the first generation
// 4.1 if peer appears to be on a different fork ( our_id_for( msg.head_num ) != msg.head_id )
// then request peer's blocks
//
//-----------------------------

Expand Down

0 comments on commit 1eecbf2

Please sign in to comment.