aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol.go
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-01-07 15:38:59 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:21 +0800
commit4ca846ead9a66792a6b6b0e1ab8323b2f056b6f3 (patch)
treea34f080522d720bb089f881213c6fd7feee52e89 /dex/protocol.go
parent48dd3ab9ff240da681b0b34217757b7f71baa977 (diff)
downloadgo-tangerine-4ca846ead9a66792a6b6b0e1ab8323b2f056b6f3.tar
go-tangerine-4ca846ead9a66792a6b6b0e1ab8323b2f056b6f3.tar.gz
go-tangerine-4ca846ead9a66792a6b6b0e1ab8323b2f056b6f3.tar.bz2
go-tangerine-4ca846ead9a66792a6b6b0e1ab8323b2f056b6f3.tar.lz
go-tangerine-4ca846ead9a66792a6b6b0e1ab8323b2f056b6f3.tar.xz
go-tangerine-4ca846ead9a66792a6b6b0e1ab8323b2f056b6f3.tar.zst
go-tangerine-4ca846ead9a66792a6b6b0e1ab8323b2f056b6f3.zip
dex: replace NodeMeta with ENR (#132)
Diffstat (limited to 'dex/protocol.go')
-rw-r--r--dex/protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/protocol.go b/dex/protocol.go
index b417c91b6..c6b4c37c4 100644
--- a/dex/protocol.go
+++ b/dex/protocol.go
@@ -82,7 +82,7 @@ const (
ReceiptsMsg = 0x10
// Protocol messages belonging to dex/64
- MetaMsg = 0x11
+ RecordMsg = 0x11
LatticeBlockMsg = 0x20
VoteMsg = 0x21