aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/interfaces.go')
-rw-r--r--core/interfaces.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/interfaces.go b/core/interfaces.go
index 465a3ce..dcaa0c4 100644
--- a/core/interfaces.go
+++ b/core/interfaces.go
@@ -85,7 +85,7 @@ type Governance interface {
// GetCRS returns the CRS for a given round.
// Return the genesis CRS if round == 0.
- GetCRS(round uint64) []byte
+ GetCRS(round uint64) common.Hash
// Propose a CRS of round.
ProposeCRS(round uint64, crs []byte)