Skip to content

Commit

Permalink
cmd/devp2p/internal/ethtest: update version in handshake (#21603)
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Sep 23, 2020
1 parent a25899f commit 39f8268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/devp2p/internal/ethtest/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (c *Conn) handshake(t *utesting.T) Message {
// write protoHandshake to client
pub0 := crypto.FromECDSAPub(&c.ourKey.PublicKey)[1:]
ourHandshake := &Hello{
Version: 3,
Version: 5,
Caps: []p2p.Cap{{Name: "eth", Version: 64}, {Name: "eth", Version: 65}},
ID: pub0,
}
Expand Down

0 comments on commit 39f8268

Please sign in to comment.