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 enriquefynn committed Feb 15, 2021
1 parent aea0d07 commit dbd2b20
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 dbd2b20

Please sign in to comment.