From 576df064e5cd4bc027120791484cb8100646f284 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 24 Mar 2015 11:49:30 +0100 Subject: Updated for PV59 * Value XFER are refunded back to the sender if the execution fails --- eth/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/protocol.go') diff --git a/eth/protocol.go b/eth/protocol.go index 494c1c1bb..b373c9889 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -13,7 +13,7 @@ import ( ) const ( - ProtocolVersion = 58 + ProtocolVersion = 59 NetworkId = 0 ProtocolLength = uint64(8) ProtocolMaxMsgSize = 10 * 1024 * 1024 -- cgit v1.2.3