aboutsummaryrefslogtreecommitdiffstats
path: root/core/nodeset-cache_test.go
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-10-08 18:02:19 +0800
committerGitHub <noreply@github.com>2018-10-08 18:02:19 +0800
commit54b3726dc9183cbf2b517f71413a2559040ae5e0 (patch)
tree8ab2e3e360dac54d1b06c9dd93471b2555edf9be /core/nodeset-cache_test.go
parente90d1ceaf78afeb624665c6d37a808ea7bbb294c (diff)
downloadtangerine-consensus-54b3726dc9183cbf2b517f71413a2559040ae5e0.tar
tangerine-consensus-54b3726dc9183cbf2b517f71413a2559040ae5e0.tar.gz
tangerine-consensus-54b3726dc9183cbf2b517f71413a2559040ae5e0.tar.bz2
tangerine-consensus-54b3726dc9183cbf2b517f71413a2559040ae5e0.tar.lz
tangerine-consensus-54b3726dc9183cbf2b517f71413a2559040ae5e0.tar.xz
tangerine-consensus-54b3726dc9183cbf2b517f71413a2559040ae5e0.tar.zst
tangerine-consensus-54b3726dc9183cbf2b517f71413a2559040ae5e0.zip
core: Remove round from gov.ProposeCRS (#183)
Diffstat (limited to 'core/nodeset-cache_test.go')
-rw-r--r--core/nodeset-cache_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/nodeset-cache_test.go b/core/nodeset-cache_test.go
index 993b3ec..f36b59a 100644
--- a/core/nodeset-cache_test.go
+++ b/core/nodeset-cache_test.go
@@ -41,7 +41,7 @@ func (g *testGov) Configuration(round uint64) (cfg *types.Config) {
}
}
func (g *testGov) CRS(round uint64) (b common.Hash) { return g.crs }
-func (g *testGov) ProposeCRS(uint64, []byte) {}
+func (g *testGov) ProposeCRS([]byte) {}
func (g *testGov) NodeSet(round uint64) []crypto.PublicKey {
// Randomly generating keys, and check them for verification.
g.curKeys = []crypto.PublicKey{}