diff --git a/zebra-rpc/src/methods.rs b/zebra-rpc/src/methods.rs index fae4e99101e..16483bb8597 100644 --- a/zebra-rpc/src/methods.rs +++ b/zebra-rpc/src/methods.rs @@ -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 {