diff options
author | Sonic <sonic@cobinhood.com> | 2018-10-16 17:01:19 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:23:39 +0800 |
commit | 9cba523a12858576bc2d45fd52c5530b5c1e7de6 (patch) | |
tree | e5c1f14ee7895526c9178c8e1392907da54fa891 /dex/protocol.go | |
parent | 64d06d63bc37257a01956b637b7e5df7fc2d838d (diff) | |
download | go-tangerine-9cba523a12858576bc2d45fd52c5530b5c1e7de6.tar go-tangerine-9cba523a12858576bc2d45fd52c5530b5c1e7de6.tar.gz go-tangerine-9cba523a12858576bc2d45fd52c5530b5c1e7de6.tar.bz2 go-tangerine-9cba523a12858576bc2d45fd52c5530b5c1e7de6.tar.lz go-tangerine-9cba523a12858576bc2d45fd52c5530b5c1e7de6.tar.xz go-tangerine-9cba523a12858576bc2d45fd52c5530b5c1e7de6.tar.zst go-tangerine-9cba523a12858576bc2d45fd52c5530b5c1e7de6.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) |