Skip to content

Commit

Permalink
cmd/devp2p/internal/ethtest: lower protocol version to 64 (#21604)
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Sep 24, 2020
1 parent 39f8268 commit fdd42d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/devp2p/internal/ethtest/suite.go
Expand Up @@ -122,7 +122,7 @@ func (c *Conn) statusExchange(t *utesting.T, chain *Chain) Message {
}
// write status message to client
status := Status{
ProtocolVersion: 65,
ProtocolVersion: 64,
NetworkID: 1,
TD: chain.TD(chain.Len()),
Head: chain.blocks[chain.Len()-1].Hash(),
Expand Down

0 comments on commit fdd42d4

Please sign in to comment.