aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-21 04:45:10 +0800
committerobscuren <geffobscura@gmail.com>2014-05-21 04:45:10 +0800
commite8b45852952138ac24dada1a70480d31d0886c27 (patch)
treed5c41b4dc55fd6c9036b5356046488d6d4c8d7ef
parent6ba534af927a17a970978cb5f538f4933aca792b (diff)
parent6ef2832083ad9d1e3cb1895f1aa836517dbf042d (diff)
downloadgo-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar
go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.gz
go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.bz2
go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.lz
go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.xz
go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.tar.zst
go-tangerine-e8b45852952138ac24dada1a70480d31d0886c27.zip
Merge branch 'master' into develop
-rw-r--r--peer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index b2e751b44..690281da9 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 = 11
+ ProtocolVersion = 12
)
type DiscReason byte