aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaoping-ku <haoping.ku@dexon.org>2018-11-12 16:10:12 +0800
committerGitHub <noreply@github.com>2018-11-12 16:10:12 +0800
commitf2e1d268fff6815240d70f77e9b4fad6f96bd008 (patch)
tree65001633e518455b218f2b2b535fb56eb4bc02dd
parent795b8b5309ed94858f3bd56e42093d65dcdd0870 (diff)
downloaddexon-consensus-f2e1d268fff6815240d70f77e9b4fad6f96bd008.tar
dexon-consensus-f2e1d268fff6815240d70f77e9b4fad6f96bd008.tar.gz
dexon-consensus-f2e1d268fff6815240d70f77e9b4fad6f96bd008.tar.bz2
dexon-consensus-f2e1d268fff6815240d70f77e9b4fad6f96bd008.tar.lz
dexon-consensus-f2e1d268fff6815240d70f77e9b4fad6f96bd008.tar.xz
dexon-consensus-f2e1d268fff6815240d70f77e9b4fad6f96bd008.tar.zst
dexon-consensus-f2e1d268fff6815240d70f77e9b4fad6f96bd008.zip
core: lattice: fix test (#316)
-rw-r--r--core/lattice_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lattice_test.go b/core/lattice_test.go
index 23a2814..b5df1ec 100644
--- a/core/lattice_test.go
+++ b/core/lattice_test.go
@@ -191,8 +191,8 @@ func (s *LatticeTestSuite) TestBasicUsage() {
req.NoError(err)
req.NoError(other.processBlock(&b))
revealed += b.Hash.String() + ","
- revealSeq[revealed] = struct{}{}
}
+ revealSeq[revealed] = struct{}{}
apps = append(apps, other.app)
}
// Make sure not only one revealing sequence.