Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Sep 16, 2024
1 parent 0e2c99c commit 6c5e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/katana/src/cli/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl NodeArgs {
print_intro(&self, genesis, node.rpc.addr);
}

// Wait until a signal is received or TaskManager signals shutdown
// Wait until an OS signal is received or TaskManager shutdown
tokio::select! {
_ = wait_signal() => {},
_ = node.task_manager.wait_for_shutdown() => {}
Expand Down

0 comments on commit 6c5e258

Please sign in to comment.