From 3e405c7fdc936d3cdb516273105efc233144965c Mon Sep 17 00:00:00 2001 From: Sonic Date: Mon, 7 Jan 2019 15:38:59 +0800 Subject: dex: replace NodeMeta with ENR (#132) --- dex/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex/protocol.go') 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 -- cgit v1.2.3