diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-08 18:29:49 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-08 18:29:49 +0800 |
commit | 4de3ad1712ce0fdc62b1acc27a3922b192e943c6 (patch) | |
tree | a7de24c746a0c6d3531f1fab925d4e8b48a76cd2 /ethwire | |
parent | 9d86a49a7327199c01977f3372c8adf748252c32 (diff) | |
download | dexon-4de3ad1712ce0fdc62b1acc27a3922b192e943c6.tar.gz dexon-4de3ad1712ce0fdc62b1acc27a3922b192e943c6.tar.zst dexon-4de3ad1712ce0fdc62b1acc27a3922b192e943c6.zip |
New block message
Diffstat (limited to 'ethwire')
-rw-r--r-- | ethwire/messaging.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethwire/messaging.go b/ethwire/messaging.go index 2ef53c003..5013f1a97 100644 --- a/ethwire/messaging.go +++ b/ethwire/messaging.go @@ -40,6 +40,7 @@ const ( MsgBlockHashesTy = 0x14 MsgGetBlocksTy = 0x15 MsgBlockTy = 0x16 + MsgNewBlockTy = 0x17 ) var msgTypeToString = map[MsgType]string{ |