Skip to content

Commit

Permalink
Update chain_plugin.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotestein authored and vogel76 committed Oct 11, 2024
1 parent 2d6e1ae commit b144c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/chain/chain_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ bool chain_plugin_impl::check_data_consistency( const block_read_i& block_reader
}
else
{
wlog( "Replaying is not finished. Synchronization is not allowed. { \"block_log-head\": ${b1}, \"state-head\": ${b2} }", ( "b1", head_block_num_origin )( "b2", head_block_num_state ) );
elog( "Error: Headblock and statefile are inconsistent, need to start hived with --replay-blockchain. Aborting hived! { \"block_log-head\": ${b1}, \"state-head\": ${b2} }", ( "b1", head_block_num_origin )( "b2", head_block_num_state ) );
theApp.generate_interrupt_request();
return false;
}
Expand Down

0 comments on commit b144c96

Please sign in to comment.