Skip to content

Commit

Permalink
add a ticket number to the TODO
Browse files Browse the repository at this point in the history
Co-authored-by: Marek <mail@marek.onl>
  • Loading branch information
oxarbitrage and upbqdn authored Sep 5, 2024
1 parent 30fb3c7 commit 87a0405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-rpc/src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ where

fn stop(&self) -> Result<()> {
if self.network.is_regtest() {
// TODO: Use a controlled shutdown.
// TODO: Use graceful termination in `stop` RPC (#8850)
std::process::exit(0);
} else {
Err(Error {
Expand Down

0 comments on commit 87a0405

Please sign in to comment.