fix
This commit is contained in:
parent
92d9a0d46c
commit
db1a29f5c1
|
@ -65,7 +65,6 @@ proc new*[RaftNodeState, EventType, NodeType, RaftMessageType](
|
|||
|
||||
result = T(mtx: RLock(), state: startSymbol)
|
||||
initRLock(result.mtx)
|
||||
result.state = startSymbol
|
||||
|
||||
debug "new: ", fsm=repr(result)
|
||||
|
||||
|
|
Loading…
Reference in New Issue