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 cea0035..806a2be 100644
--- a/simulation/node.go
+++ b/simulation/node.go
@@ -153,7 +153,7 @@ func (n *node) run(
n.netModule,
n.prvKey,
logger)
- go n.consensus.Run(&types.Block{})
+ go n.consensus.Run()
// Blocks forever.
MainLoop: