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, 3 insertions, 1 deletions
diff --git a/dex/protocol.go b/dex/protocol.go
index 0e3f50eba..d72e95478 100644
--- a/dex/protocol.go
+++ b/dex/protocol.go
@@ -152,7 +152,9 @@ type txPool interface {
type governance interface {
GetRoundHeight(uint64) uint64
- LenCRS() uint64
+ Round() uint64
+
+ CRSRound() uint64
NotarySet(uint64) (map[string]struct{}, error)