diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-03-16 15:02:13 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:22 +0800 |
commit | ac03172a8a9d8c217f405973bc096b06c5c5b4e0 (patch) | |
tree | e11a959aea4b4a03a49fd2be43035955adb6363d /dex/protocol.go | |
parent | c292584bf5c08031689f1fc080fde2c6b3b78218 (diff) | |
download | go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.tar go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.tar.gz go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.tar.bz2 go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.tar.lz go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.tar.xz go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.tar.zst go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.zip |
dex: rename lattice to core
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 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 |