Updated for PV59

* Value XFER are refunded back to the sender if the execution fails
This commit is contained in:
obscuren
2015-03-24 11:49:30 +01:00
parent 4877e52c15
commit 576df064e5
3 changed files with 16 additions and 19 deletions

View File

@ -13,7 +13,7 @@ import (
)
const (
ProtocolVersion = 58
ProtocolVersion = 59
NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024