aboutsummaryrefslogtreecommitdiffstats
path: root/core/nodeset-cache_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/nodeset-cache_test.go')
-rw-r--r--core/nodeset-cache_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/nodeset-cache_test.go b/core/nodeset-cache_test.go
index a9a31c2..a1dded6 100644
--- a/core/nodeset-cache_test.go
+++ b/core/nodeset-cache_test.go
@@ -64,6 +64,8 @@ func (g *testGov) DKGMasterPublicKeys(
round uint64) (keys []*types.DKGMasterPublicKey) {
return
}
+func (g *testGov) AddDKGFinalize(final *types.DKGFinalize) {}
+func (g *testGov) IsDKGFinal(round uint64) bool { return true }
type NodeSetCacheTestSuite struct {
suite.Suite