aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-21 01:19:53 +0800
committerobscuren <geffobscura@gmail.com>2014-05-21 01:19:53 +0800
commitad51c85e5d67ca2e64e95786e79d062c4467b4c1 (patch)
treeec5266983176f6583c8bb08d51467efeb9dd175a /peer.go
parent4b13f93a3e0f2901a8e1aa38dfef115e24c63ef0 (diff)
downloadgo-tangerine-ad51c85e5d67ca2e64e95786e79d062c4467b4c1.tar
go-tangerine-ad51c85e5d67ca2e64e95786e79d062c4467b4c1.tar.gz
go-tangerine-ad51c85e5d67ca2e64e95786e79d062c4467b4c1.tar.bz2
go-tangerine-ad51c85e5d67ca2e64e95786e79d062c4467b4c1.tar.lz
go-tangerine-ad51c85e5d67ca2e64e95786e79d062c4467b4c1.tar.xz
go-tangerine-ad51c85e5d67ca2e64e95786e79d062c4467b4c1.tar.zst
go-tangerine-ad51c85e5d67ca2e64e95786e79d062c4467b4c1.zip
Fixed crash
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 993f48d20..b2e751b44 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 = 10
+ ProtocolVersion = 11
)
type DiscReason byte