diff options
author | Sonic <sonic@dexon.org> | 2019-01-07 15:38:59 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-01-14 15:26:26 +0800 |
commit | c0f0675284c5d2aace6719f3774f7df422b0c1d1 (patch) | |
tree | d8927c60ac2b274498f17681d6a5a4b7e97a7a77 /dex/protocol.go | |
parent | 628831cb961de56cdc53a0c17fb18ef09c8228b2 (diff) | |
download | dexon-c0f0675284c5d2aace6719f3774f7df422b0c1d1.tar dexon-c0f0675284c5d2aace6719f3774f7df422b0c1d1.tar.gz dexon-c0f0675284c5d2aace6719f3774f7df422b0c1d1.tar.bz2 dexon-c0f0675284c5d2aace6719f3774f7df422b0c1d1.tar.lz dexon-c0f0675284c5d2aace6719f3774f7df422b0c1d1.tar.xz dexon-c0f0675284c5d2aace6719f3774f7df422b0c1d1.tar.zst dexon-c0f0675284c5d2aace6719f3774f7df422b0c1d1.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 423b35272..f2fe3fa25 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 |