mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
[Temp Commit] Implements more basic skeleton code.
This commit is contained in:
@@ -37,6 +37,7 @@ pub fn run_beacon_node(config: ClientConfig, log: slog::Logger) -> error::Result
|
||||
|
||||
runtime.block_on(ctrlc);
|
||||
|
||||
// perform global shutdown operations.
|
||||
info!(log, "Shutting down..");
|
||||
exit_signal.fire();
|
||||
drop(client);
|
||||
|
||||
Reference in New Issue
Block a user