Skip to content

Commit

Permalink
GH-946 Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Oct 25, 2024
1 parent fd9b17f commit cbb33b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -933,9 +933,8 @@ struct controller_impl {
* errors and throw exceptions. Unless those exceptions are caught it could impact consensus and/or
* cause a node to fork.
*
* If it is ever desirable to let a signal handler bubble an exception out of this method
* a full audit of its uses needs to be undertaken.
*
* Initiate shutdown and rethrow controller_emit_signal_exception transactions as these exeception are
* critical errors where a node should abort the current block and shutdown.
*/
template<typename Signal, typename Arg>
void emit( const Signal& s, Arg&& a, const char* file, uint32_t line ) {
Expand Down

0 comments on commit cbb33b7

Please sign in to comment.