diff --git a/raft_consensus/types.nim b/raft_consensus/types.nim index c153c78..be2b494 100644 --- a/raft_consensus/types.nim +++ b/raft_consensus/types.nim @@ -78,7 +78,7 @@ type msg_send_callback: RAFTMessageSendCallback persistent_storage: RAFTNodePersistentStorage - # Node Persistent state + # Persistent state id: RAFTNodeId # This RAFT Node ID state: RAFTNodeState # This RAFT Node State current_term: RAFTNodeTerm # Latest term this RAFT Node has seen (initialized to 0 on first boot, increases monotonically)