Skip to content

Commit

Permalink
GH-150 Remvoe unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed May 16, 2024
1 parent 1a9cf87 commit e96b502
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 @@ -4018,7 +4018,7 @@ namespace eosio {
});
}

void net_plugin_impl::on_accepted_block( const signed_block_ptr& block, const block_id_type& id ) {
void net_plugin_impl::on_accepted_block( const signed_block_ptr& block, const block_id_type&) {
sync_master->send_handshakes_if_synced(fc::time_point::now() - block->timestamp);
if (const auto* next_producers = chain_plug->chain().next_producers()) {
on_pending_schedule(*next_producers);
Expand Down

0 comments on commit e96b502

Please sign in to comment.