diff --git a/core/node/src/lib.rs b/core/node/src/lib.rs index d89d53e32..4a231a58e 100644 --- a/core/node/src/lib.rs +++ b/core/node/src/lib.rs @@ -33,7 +33,6 @@ impl ContainedNode { format!("{}#{id}", name.as_deref().unwrap_or("LIGHTNING")) }) .enable_all() - .unhandled_panic(UnhandledPanic::ShutdownRuntime) .build() .expect("Failed to build tokio runtime for node container.");