Skip to content

Commit

Permalink
GH-459 Remove unneeded cancel_sync_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Aug 3, 2024
1 parent da75754 commit 98a6e11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2549,9 +2549,6 @@ namespace eosio {
} else { // in_sync
if (blk_applied) {
send_handshakes_if_synced(blk_latency);
} else {
peer_dlog(c, "in_sync, cancel_sync_wait");
c->cancel_sync_wait();
}
}
}
Expand Down

0 comments on commit 98a6e11

Please sign in to comment.