Skip to content

Commit

Permalink
Merge pull request fedimint#6403 from tvolk131/document_shutdown_state
Browse files Browse the repository at this point in the history
docs: add GatewayState::ShuttingDown to mermaid diagram
  • Loading branch information
tvolk131 authored Nov 19, 2024
2 parents 725129c + 3d28831 commit c32f2f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateway/ln-gateway/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const DEFAULT_MODULE_KINDS: [(ModuleInstanceId, &ModuleKind); 2] = [
/// Connected -- not synced to chain --> Syncing
/// Syncing -- load federation clients --> Running
/// Running -- disconnected from lightning node --> Disconnected
/// Running -- shutdown initiated --> ShuttingDown
/// Disconnected -- re-established lightning connection --> Connected
/// ```
#[derive(Clone, Debug)]
Expand Down

0 comments on commit c32f2f6

Please sign in to comment.