From 779f63a9f6fc3f4c628f0b97c822546ac51d0eb6 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Thu, 24 Jan 2019 11:16:48 +0800 Subject: core: remove Governance.NotifyRoundHeight (#431) --- simulation/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulation/node.go') 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) } -- cgit