diff options
author | Sonic <sonic@dexon.org> | 2019-01-07 15:38:59 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:56 +0800 |
commit | 3e405c7fdc936d3cdb516273105efc233144965c (patch) | |
tree | e6da7f943ea073a66b85b48478c08ac10230f233 /dex/protocol.go | |
parent | 7ee984823b496de502fcf5ec334bf292cf86eea9 (diff) | |
download | go-tangerine-3e405c7fdc936d3cdb516273105efc233144965c.tar go-tangerine-3e405c7fdc936d3cdb516273105efc233144965c.tar.gz go-tangerine-3e405c7fdc936d3cdb516273105efc233144965c.tar.bz2 go-tangerine-3e405c7fdc936d3cdb516273105efc233144965c.tar.lz go-tangerine-3e405c7fdc936d3cdb516273105efc233144965c.tar.xz go-tangerine-3e405c7fdc936d3cdb516273105efc233144965c.tar.zst go-tangerine-3e405c7fdc936d3cdb516273105efc233144965c.zip |
dex: replace NodeMeta with ENR (#132)
Diffstat (limited to 'dex/protocol.go')
-rw-r--r-- | dex/protocol.go | 2 |
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 |