forked from cerc-io/plugeth
cmd/devp2p/internal/ethtest: lower protocol version to 64 (#21604)
This commit is contained in:
parent
39f8268147
commit
fdd42d425b
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user