From 9d99c27b7261f8228cc0a5a496be6ac50e03abf2 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Fri, 21 Sep 2018 17:28:25 +0800 Subject: 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 --- integration_test/utils.go | 1 - 1 file changed, 1 deletion(-) (limited to 'integration_test/utils.go') 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) } -- cgit