aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/protocol.go')
-rw-r--r--dex/protocol.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/dex/protocol.go b/dex/protocol.go
index 2bcb57506..4da64b604 100644
--- a/dex/protocol.go
+++ b/dex/protocol.go
@@ -156,6 +156,10 @@ type governance interface {
CRSRound() uint64
NotarySet(uint64) (map[string]struct{}, error)
+
+ PurgeNotarySet(uint64)
+
+ DKGResetCount(uint64) uint64
}
type dexconApp interface {