aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/node.go
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2018-10-03 17:48:56 +0800
committerGitHub <noreply@github.com>2018-10-03 17:48:56 +0800
commitf5f34f81f8f3149adb002c65a7cc0cfa1244f77d (patch)
treee7b9ce05f6943fcd8f2e4cb17edac9e5272529a0 /integration_test/node.go
parent3bab25bee98df72a25c273d6de1166facaa6a69e (diff)
downloadtangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar
tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.gz
tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.bz2
tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.lz
tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.xz
tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.zst
tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.zip
core: publish round based config (#165)
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,