aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-20 17:19:07 +0800
committerobscuren <geffobscura@gmail.com>2014-05-20 17:19:07 +0800
commitfd19142c0db3d2b6651989f5389944f3e211d84f (patch)
tree96916597bc7366fad5043acb6df7a2711675f504 /peer.go
parenta2fb265563a3a6eb80efc5720bb0c6f3fec6f397 (diff)
downloadgo-tangerine-fd19142c0db3d2b6651989f5389944f3e211d84f.tar
go-tangerine-fd19142c0db3d2b6651989f5389944f3e211d84f.tar.gz
go-tangerine-fd19142c0db3d2b6651989f5389944f3e211d84f.tar.bz2
go-tangerine-fd19142c0db3d2b6651989f5389944f3e211d84f.tar.lz
go-tangerine-fd19142c0db3d2b6651989f5389944f3e211d84f.tar.xz
go-tangerine-fd19142c0db3d2b6651989f5389944f3e211d84f.tar.zst
go-tangerine-fd19142c0db3d2b6651989f5389944f3e211d84f.zip
No longer store script directly in the state tree
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index 45ff0a795..f84b4d472 100644
--- a/peer.go
+++ b/peer.go
@@ -18,7 +18,7 @@ const (
// The size of the output buffer for writing messages
outputBufferSize = 50
// Current protocol version
- ProtocolVersion = 8
+ ProtocolVersion = 9
)
type DiscReason byte