aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-04-08 13:31:19 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-15 22:09:55 +0800
commit586574e39d8e7a057f0092bdb8374a130384a531 (patch)
tree086fb28aca1bbb45c7ed82bd08a3a435beb8eded
parent0edb901a7bdeba0fda300c5f88e2ce19cefbb27f (diff)
downloadgo-tangerine-586574e39d8e7a057f0092bdb8374a130384a531.tar
go-tangerine-586574e39d8e7a057f0092bdb8374a130384a531.tar.gz
go-tangerine-586574e39d8e7a057f0092bdb8374a130384a531.tar.bz2
go-tangerine-586574e39d8e7a057f0092bdb8374a130384a531.tar.lz
go-tangerine-586574e39d8e7a057f0092bdb8374a130384a531.tar.xz
go-tangerine-586574e39d8e7a057f0092bdb8374a130384a531.tar.zst
go-tangerine-586574e39d8e7a057f0092bdb8374a130384a531.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