Skip to content
Snippets Groups Projects

issue #223: correctly detect if reversible data have to be removed after hived restart

Closed issue #223: correctly detect if reversible data have to be removed after hived restart
Closed Marcin requested to merge mi_investigate_restart_with_app into develop
Compare and Show latest version
2 files
+ 1
551
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -442,6 +442,7 @@ indexation_state::on_irreversible_block( uint32_t block_num ) {
void
indexation_state::on_switch_fork( cached_data_t& cached_data, uint32_t block_num ) {
ilog( "MICKIEWICZ: fork event!!" );
if ( _state != INDEXATION::P2P ) {
return;
}
Loading