aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol.go
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-04-03 16:28:29 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-15 22:09:55 +0800
commitc597b2ff15aefcc73d55a0a3f8c8e0f6e18f083c (patch)
treedef84e1c48925e637ff47bb9c8ee382666e4f752 /dex/protocol.go
parentaff2c3533badc7415c223580c591a3274330185c (diff)
downloadgo-tangerine-c597b2ff15aefcc73d55a0a3f8c8e0f6e18f083c.tar.gz
go-tangerine-c597b2ff15aefcc73d55a0a3f8c8e0f6e18f083c.tar.zst
go-tangerine-c597b2ff15aefcc73d55a0a3f8c8e0f6e18f083c.zip
dex: remove node table (#330)
* dex: remove node table Node table is not so useful, go back to rely on kademlia * p2p: fix direct dial still have resolve delay
Diffstat (limited to 'dex/protocol.go')
-rw-r--r--dex/protocol.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/dex/protocol.go b/dex/protocol.go
index 4da64b604..adfda3c6f 100644
--- a/dex/protocol.go
+++ b/dex/protocol.go
@@ -82,8 +82,6 @@ const (
ReceiptsMsg = 0x10
// Protocol messages belonging to dex/64
- RecordMsg = 0x11
-
CoreBlockMsg = 0x20
VoteMsg = 0x21
AgreementMsg = 0x22