aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'simulation/node.go')
-rw-r--r--simulation/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/node.go b/simulation/node.go
index 4d1e4ff..e766da8 100644
--- a/simulation/node.go
+++ b/simulation/node.go
@@ -150,7 +150,7 @@ func (n *node) run(
// Setup of governance is ready, can be switched to remote mode.
n.gov.SwitchToRemoteMode(n.netModule)
// Setup Consensus.
- n.consensus = core.NewConsensus(
+ n.consensus = core.NewConsensusForSimulation(
dMoment,
n.app,
n.gov,