Skip to content

Commit

Permalink
cmd/devp2p/internal/ethtest: lower protocol version to 64 (ethereum#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay authored and sam bacha committed Jan 28, 2021
1 parent 6cae002 commit c29282b
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 @@ -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 c29282b

Please sign in to comment.