aboutsummaryrefslogtreecommitdiffstats
path: root/ethwire
diff options
context:
space:
mode:
Diffstat (limited to 'ethwire')
-rw-r--r--ethwire/messaging.go1
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{