diff options
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 |