aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
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/protocol.go
parent4877e52c15e4aa606084919acdb0076b0ffaaab2 (diff)
downloaddexon-576df064e5cd4bc027120791484cb8100646f284.tar
dexon-576df064e5cd4bc027120791484cb8100646f284.tar.gz
dexon-576df064e5cd4bc027120791484cb8100646f284.tar.bz2
dexon-576df064e5cd4bc027120791484cb8100646f284.tar.lz
dexon-576df064e5cd4bc027120791484cb8100646f284.tar.xz
dexon-576df064e5cd4bc027120791484cb8100646f284.tar.zst
dexon-576df064e5cd4bc027120791484cb8100646f284.zip
Updated for PV59
* Value XFER are refunded back to the sender if the execution fails
Diffstat (limited to 'eth/protocol.go')
-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