diff options
author | Sonic <sonic@cobinhood.com> | 2018-10-16 17:01:19 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | ddad85b3ea5cfb8aa22c8e208a4d29a2a591194d (patch) | |
tree | af59fd1392786efd0fe590d08d98e84939ddb5c1 /dex/protocol.go | |
parent | d148798b404ed7089703f62fe983f4a79402aa6b (diff) | |
download | dexon-ddad85b3ea5cfb8aa22c8e208a4d29a2a591194d.tar.gz dexon-ddad85b3ea5cfb8aa22c8e208a4d29a2a591194d.tar.zst dexon-ddad85b3ea5cfb8aa22c8e208a4d29a2a591194d.zip |
dex: implement peerSetLoop
Diffstat (limited to 'dex/protocol.go')
-rw-r--r-- | dex/protocol.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dex/protocol.go b/dex/protocol.go index 8e1db583d..c17398ffb 100644 --- a/dex/protocol.go +++ b/dex/protocol.go @@ -127,6 +127,8 @@ type txPool interface { type governance interface { GetNumChains(uint64) uint32 + LenCRS() uint64 + NotarySet(uint64, uint32) (map[string]struct{}, error) DKGSet(uint64) (map[string]struct{}, error) |