Skip to content

Commit

Permalink
Update common/client/node_fsm.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sam <[email protected]>
  • Loading branch information
dhaidashenko and samsondav authored Jan 16, 2024
1 parent d36798f commit fcba78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/client/node_fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func (n *node[CHAIN_ID, HEAD, RPC]) declareState(state nodeState) {
case nodeStateAlive:
n.declareAlive()
default:
panic(fmt.Sprintf("%#v state declaration is not impletemented", state))
panic(fmt.Sprintf("%#v state declaration is not implemented", state))
}
}

Expand Down

0 comments on commit fcba78f

Please sign in to comment.