From 3601b6c8996c34f9e5a820928699f098d0f92462 Mon Sep 17 00:00:00 2001 From: Raycho Mukelov Date: Sat, 29 Jul 2023 12:24:08 +0300 Subject: [PATCH] Stuff --- raft_consensus/types.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raft_consensus/types.nim b/raft_consensus/types.nim index be2b494..c153c78 100644 --- a/raft_consensus/types.nim +++ b/raft_consensus/types.nim @@ -78,7 +78,7 @@ type msg_send_callback: RAFTMessageSendCallback persistent_storage: RAFTNodePersistentStorage - # Persistent state + # Node 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)