Unverified Commit fdd42d42 authored by rene's avatar rene Committed by GitHub

cmd/devp2p/internal/ethtest: lower protocol version to 64 (#21604)

parent 39f82681
......@@ -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(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment