mirror of
https://github.com/status-im/nim-raft.git
synced 2025-01-29 22:36:02 +00:00
Fix
This commit is contained in:
parent
40c8ac80c1
commit
1e91d3f65a
@ -73,7 +73,7 @@ proc computeFSMLogicFunctionsPermutationValue[NonTerminalSymbol, NodeType, Event
|
||||
result = rawInput
|
||||
|
||||
proc consensusFSMAdvance[NodeType, EventType](fsm: ConsensusFSM[NodeType, EventType, RaftMessageBase], node: NodeType, event: EventType,
|
||||
rawInput: TerminalSymbol[EventType, NodeType, RaftMessageBase]): NonTerminalSymbol[NodeType] =
|
||||
rawInput: TerminalSymbol[EventType, NodeType, RaftMessageBase], msg: Option[RaftMessageBase]): NonTerminalSymbol[NodeType] =
|
||||
withRLock():
|
||||
var
|
||||
input = computeFSMLogicFunctionsPermutationValue(fsm, node, event, rawInput)
|
||||
|
Loading…
x
Reference in New Issue
Block a user