mirror of
https://github.com/status-im/nim-raft.git
synced 2025-01-31 07:15:21 +00:00
Revert last commit
This commit is contained in:
parent
3601b6c899
commit
e040b84722
@ -78,7 +78,7 @@ type
|
|||||||
msg_send_callback: RAFTMessageSendCallback
|
msg_send_callback: RAFTMessageSendCallback
|
||||||
persistent_storage: RAFTNodePersistentStorage
|
persistent_storage: RAFTNodePersistentStorage
|
||||||
|
|
||||||
# Node Persistent state
|
# Persistent state
|
||||||
id: RAFTNodeId # This RAFT Node ID
|
id: RAFTNodeId # This RAFT Node ID
|
||||||
state: RAFTNodeState # This RAFT Node State
|
state: RAFTNodeState # This RAFT Node State
|
||||||
current_term: RAFTNodeTerm # Latest term this RAFT Node has seen (initialized to 0 on first boot, increases monotonically)
|
current_term: RAFTNodeTerm # Latest term this RAFT Node has seen (initialized to 0 on first boot, increases monotonically)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user