aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/governance.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/governance.go')
-rw-r--r--core/test/governance.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/governance.go b/core/test/governance.go
index 88aab37..21c04f6 100644
--- a/core/test/governance.go
+++ b/core/test/governance.go
@@ -120,7 +120,7 @@ func (g *Governance) NotifyRoundHeight(round, height uint64) {
}
// ProposeCRS propose a CRS.
-func (g *Governance) ProposeCRS(signedCRS []byte) {
+func (g *Governance) ProposeCRS(round uint64, signedCRS []byte) {
g.lock.Lock()
defer g.lock.Unlock()
crs := crypto.Keccak256Hash(signedCRS)