diff options
-rw-r--r-- | simulation/node.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/simulation/node.go b/simulation/node.go index 8c398cf..ef54ffc 100644 --- a/simulation/node.go +++ b/simulation/node.go @@ -139,6 +139,8 @@ func (n *node) run(serverEndpoint interface{}, dMoment time.Time) { n.gov.State().RequestChange(test.StateAddNode, pubKey) hashes = append(hashes, nID.Hash) } + // This notification is implictly called in full node. + n.gov.NotifyRoundHeight(0, 0) // Setup of governance is ready, can be switched to remote mode. n.gov.SwitchToRemoteMode(n.netModule) // Setup Consensus. |