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

This commit is contained in:
rene 2020-09-24 10:46:43 +02:00 committed by GitHub
parent 39f8268147
commit fdd42d425b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),