Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add todo comment
Browse files Browse the repository at this point in the history
oxarbitrage committed Sep 5, 2024
1 parent d9fca01 commit 30fb3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra-rpc/src/methods.rs
Original file line number Diff line number Diff line change
@@ -1359,6 +1359,7 @@ where

fn stop(&self) -> Result<()> {
if self.network.is_regtest() {
// TODO: Use a controlled shutdown.
std::process::exit(0);
} else {
Err(Error {

0 comments on commit 30fb3c7

Please sign in to comment.