aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-04 22:13:29 +0800
committerobscuren <geffobscura@gmail.com>2014-12-04 22:13:29 +0800
commit296112848cfe1a9697bbb92a9deb3eb1e04d6276 (patch)
tree91d054b997aa8d30c09790efaf305deb7d746bba /peer.go
parent008e91db6a776303e605808ba840d92bb16d69ca (diff)
downloadgo-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar
go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.gz
go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.bz2
go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.lz
go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.xz
go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.tar.zst
go-tangerine-296112848cfe1a9697bbb92a9deb3eb1e04d6276.zip
Moved block validation as first step
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 0d48faa1e..bf84f6e35 100644
--- a/peer.go
+++ b/peer.go
@@ -24,7 +24,7 @@ const (
// The size of the output buffer for writing messages
outputBufferSize = 50
// Current protocol version
- ProtocolVersion = 46
+ ProtocolVersion = 47
// Current P2P version
P2PVersion = 2
// Ethereum network version