aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-24 18:49:30 +0800
committerobscuren <geffobscura@gmail.com>2015-03-24 18:49:30 +0800
commit576df064e5cd4bc027120791484cb8100646f284 (patch)
treeb16186ef4ceb0f7f52dbb4dc30ebce8c96d8cef3 /eth
parent4877e52c15e4aa606084919acdb0076b0ffaaab2 (diff)
downloadgo-tangerine-576df064e5cd4bc027120791484cb8100646f284.tar
go-tangerine-576df064e5cd4bc027120791484cb8100646f284.tar.gz
go-tangerine-576df064e5cd4bc027120791484cb8100646f284.tar.bz2
go-tangerine-576df064e5cd4bc027120791484cb8100646f284.tar.lz
go-tangerine-576df064e5cd4bc027120791484cb8100646f284.tar.xz
go-tangerine-576df064e5cd4bc027120791484cb8100646f284.tar.zst
go-tangerine-576df064e5cd4bc027120791484cb8100646f284.zip
Updated for PV59
* Value XFER are refunded back to the sender if the execution fails
Diffstat (limited to 'eth')
-rw-r--r--eth/protocol.go2
1 files changed, 1 insertions, 1 deletions
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