Forgot to bump the version

poc8
obscuren 11 years ago
parent 156495732b
commit a50b4f6b11
  1. 2
      peer.go

@ -457,7 +457,7 @@ func (p *Peer) pushPeers() {
func (p *Peer) handleHandshake(msg *ethwire.Msg) {
c := msg.Data
if c.Get(0).AsUint() != 2 {
if c.Get(0).AsUint() != 3 {
log.Println("Invalid peer version. Require protocol v 2")
p.Stop()
return

Loading…
Cancel
Save