Skip to content

Commit b2f5fa9

Browse files
committed
Exceptions caught by replay process should be not silently ignored.
1 parent 85dd2cf commit b2f5fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/plugins/chain/chain_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ bool chain_plugin_impl::replay_blockchain()
712712
Returns information if the replay is last operation.
713713
*/
714714
return appbase::app().is_interrupt_request()/*user triggered SIGINT/SIGTERM*/ || exit_after_replay/*shutdown node definitely*/;
715-
} FC_CAPTURE_AND_LOG( () )
715+
} FC_CAPTURE_LOG_AND_RETHROW( () )
716716

717717
return true;
718718
}

0 commit comments

Comments
 (0)