From f5f34f81f8f3149adb002c65a7cc0cfa1244f77d Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Wed, 3 Oct 2018 17:48:56 +0800 Subject: core: publish round based config (#165) --- integration_test/node.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'integration_test') 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, -- cgit v1.2.3