From 4de3ad1712ce0fdc62b1acc27a3922b192e943c6 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 8 Oct 2014 12:29:49 +0200 Subject: New block message --- ethwire/messaging.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ethwire') 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{ -- cgit v1.2.3