aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-04-08 13:31:19 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:06 +0800
commitcb574be338a0cfc06f4db763fd7bad36dfd4fab8 (patch)
tree0098927cd02cb02823d1740ff612941f51c689c1
parente682bd306bd6fd6e424baea4542729a82b478d7a (diff)
downloaddexon-cb574be338a0cfc06f4db763fd7bad36dfd4fab8.tar
dexon-cb574be338a0cfc06f4db763fd7bad36dfd4fab8.tar.gz
dexon-cb574be338a0cfc06f4db763fd7bad36dfd4fab8.tar.bz2
dexon-cb574be338a0cfc06f4db763fd7bad36dfd4fab8.tar.lz
dexon-cb574be338a0cfc06f4db763fd7bad36dfd4fab8.tar.xz
dexon-cb574be338a0cfc06f4db763fd7bad36dfd4fab8.tar.zst
dexon-cb574be338a0cfc06f4db763fd7bad36dfd4fab8.zip
dex: remove RandomnessMsg (#342)
-rw-r--r--dex/protocol.go9
1 files changed, 4 insertions, 5 deletions
diff --git a/dex/protocol.go b/dex/protocol.go
index adfda3c6f..2ce850dc3 100644
--- a/dex/protocol.go
+++ b/dex/protocol.go
@@ -85,11 +85,10 @@ const (
CoreBlockMsg = 0x20
VoteMsg = 0x21
AgreementMsg = 0x22
- RandomnessMsg = 0x23
- DKGPrivateShareMsg = 0x24
- DKGPartialSignatureMsg = 0x25
- PullBlocksMsg = 0x26
- PullVotesMsg = 0x27
+ DKGPrivateShareMsg = 0x23
+ DKGPartialSignatureMsg = 0x24
+ PullBlocksMsg = 0x25
+ PullVotesMsg = 0x26
GetGovStateMsg = 0x29
GovStateMsg = 0x2a