aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test/node.go')
-rw-r--r--integration_test/node.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/integration_test/node.go b/integration_test/node.go
index 62901d6..c0c4fa1 100644
--- a/integration_test/node.go
+++ b/integration_test/node.go
@@ -85,6 +85,7 @@ func NewNode(
proposingLatency test.LatencyModel) *Node {
var (
+ round uint64
chainID = uint32(math.MaxUint32)
governanceConfig = gov.Configuration(0)
nodeSetKeys = gov.NodeSet(0)
@@ -115,6 +116,7 @@ func NewNode(
app: app,
db: db,
lattice: core.NewLattice(
+ round,
governanceConfig,
core.NewAuthenticator(privateKey),
app,