diff --git a/eth/protocol.go b/eth/protocol.go
index b373c9889bc7aaa6cddc0ee22b2d35e1c95d8dc6..e32ea233b09294e31e730b1f7095ca08fd0fbf79 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -13,7 +13,7 @@ import (
 )
 
 const (
-	ProtocolVersion    = 59
+	ProtocolVersion    = 60
 	NetworkId          = 0
 	ProtocolLength     = uint64(8)
 	ProtocolMaxMsgSize = 10 * 1024 * 1024