aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol.go
diff options
context:
space:
mode:
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 d72e95478..afa6e560d 100644
--- a/dex/protocol.go
+++ b/dex/protocol.go
@@ -84,7 +84,7 @@ const (
// Protocol messages belonging to dex/64
RecordMsg = 0x11
- LatticeBlockMsg = 0x20
+ CoreBlockMsg = 0x20
VoteMsg = 0x21
AgreementMsg = 0x22
RandomnessMsg = 0x23