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 437d4b7..7c02991 100644 --- a/simulation/node.go +++ b/simulation/node.go @@ -226,7 +226,7 @@ func (n *node) prepareConfigs() { prepareConfigs(i, n.cfg.Node.Changes, n.gov) } // This notification is implictly called in full node. - n.gov.NotifyRoundHeight(0, 0) + n.gov.NotifyRound(0) // Setup of configuration is ready, can be switched to remote mode. n.gov.SwitchToRemoteMode(n.netModule) } |