aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus_test.go
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2018-10-02 17:21:00 +0800
committerGitHub <noreply@github.com>2018-10-02 17:21:00 +0800
commita6e8ee4d4800a1978eb474a01091f83937743718 (patch)
tree4422790e1c739d7fb9e10e107982f67e1b743e7a /core/consensus_test.go
parentd34f6b070e7361fcb582350ad8faf6148e82042e (diff)
downloaddexon-consensus-a6e8ee4d4800a1978eb474a01091f83937743718.tar
dexon-consensus-a6e8ee4d4800a1978eb474a01091f83937743718.tar.gz
dexon-consensus-a6e8ee4d4800a1978eb474a01091f83937743718.tar.bz2
dexon-consensus-a6e8ee4d4800a1978eb474a01091f83937743718.tar.lz
dexon-consensus-a6e8ee4d4800a1978eb474a01091f83937743718.tar.xz
dexon-consensus-a6e8ee4d4800a1978eb474a01091f83937743718.tar.zst
dexon-consensus-a6e8ee4d4800a1978eb474a01091f83937743718.zip
core: remove shard (#161)
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r--core/consensus_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index 71163e7..bb9e7de 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -103,7 +103,7 @@ func (s *ConsensusTestSuite) TestSimpleDeliverBlock() {
//
// - This test case only works for Total Ordering with K=0.
// - Byzantine Agreement layer is not taken into consideration, every
- // block is passed to shard module directly.
+ // block is passed to lattice module directly.
var (
gov, err = test.NewGovernance(4, time.Second)
minInterval = gov.Configuration(0).MinBlockInterval