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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/test/governance.go b/core/test/governance.go
index de0ec21..88aab37 100644
--- a/core/test/governance.go
+++ b/core/test/governance.go
@@ -115,6 +115,10 @@ func (g *Governance) CRS(round uint64) common.Hash {
return g.crs[round]
}
+// NotifyRoundHeight notifies governace contract to snapshot config.
+func (g *Governance) NotifyRoundHeight(round, height uint64) {
+}
+
// ProposeCRS propose a CRS.
func (g *Governance) ProposeCRS(signedCRS []byte) {
g.lock.Lock()