diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-24 18:49:30 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-24 18:49:30 +0800 |
commit | 576df064e5cd4bc027120791484cb8100646f284 (patch) | |
tree | b16186ef4ceb0f7f52dbb4dc30ebce8c96d8cef3 /eth | |
parent | 4877e52c15e4aa606084919acdb0076b0ffaaab2 (diff) | |
download | dexon-576df064e5cd4bc027120791484cb8100646f284.tar.gz 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')
-rw-r--r-- | eth/protocol.go | 2 |
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 |