good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit fdd42d42 authored by rene's avatar rene Committed by GitHub
Browse files

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

parent 39f82681
Branches
Tags
No related merge requests found
...@@ -122,7 +122,7 @@ func (c *Conn) statusExchange(t *utesting.T, chain *Chain) Message { ...@@ -122,7 +122,7 @@ func (c *Conn) statusExchange(t *utesting.T, chain *Chain) Message {
} }
// write status message to client // write status message to client
status := Status{ status := Status{
ProtocolVersion: 65, ProtocolVersion: 64,
NetworkID: 1, NetworkID: 1,
TD: chain.TD(chain.Len()), TD: chain.TD(chain.Len()),
Head: chain.blocks[chain.Len()-1].Hash(), Head: chain.blocks[chain.Len()-1].Hash(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment