diff options
Diffstat (limited to 'simulation/node.go')
-rw-r--r-- | simulation/node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/node.go b/simulation/node.go index fc5be90..b5b261c 100644 --- a/simulation/node.go +++ b/simulation/node.go @@ -222,7 +222,7 @@ func (n *node) prepareConfigs() { prepareConfigs(i, n.cfg.Node.Changes, n.gov) } // This notification is implictly called in full node. - n.gov.NotifyRound(0) + n.gov.NotifyRound(0, 0) // Setup of configuration is ready, can be switched to remote mode. n.gov.SwitchToRemoteMode(n.netModule) } |