aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/utils.go
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2018-09-21 17:28:25 +0800
committerGitHub <noreply@github.com>2018-09-21 17:28:25 +0800
commit9d99c27b7261f8228cc0a5a496be6ac50e03abf2 (patch)
tree71e10b4f1ca6aa155c7521c7e8083ba72be4428c /integration_test/utils.go
parentfb4b47fa61db81f4d6b8264d7508aa43509a60a3 (diff)
downloadtangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.tar
tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.tar.gz
tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.tar.bz2
tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.tar.lz
tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.tar.xz
tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.tar.zst
tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.zip
core: add shard (#127)
A shard is basically DEXON v1 components, except the strongly acked part, including: - maintaining lattice structure - total ordering - generate consensus timestamp
Diffstat (limited to 'integration_test/utils.go')
-rw-r--r--integration_test/utils.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/integration_test/utils.go b/integration_test/utils.go
index f95d771..7259ced 100644
--- a/integration_test/utils.go
+++ b/integration_test/utils.go
@@ -48,7 +48,6 @@ func PrepareNodes(
gov,
dbs[nID],
key,
- nID,
networkLatency,
proposingLatency)
}