This commit is contained in:
Raycho Mukelov 2023-11-05 22:40:03 +02:00
parent 92d9a0d46c
commit db1a29f5c1
1 changed files with 0 additions and 1 deletions

View File

@ -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)