Skip to content

Commit fdd42d4

Browse files
authored
cmd/devp2p/internal/ethtest: lower protocol version to 64 (#21604)
1 parent 39f8268 commit fdd42d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/devp2p/internal/ethtest/suite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (c *Conn) statusExchange(t *utesting.T, chain *Chain) Message {
122122
}
123123
// write status message to client
124124
status := Status{
125-
ProtocolVersion: 65,
125+
ProtocolVersion: 64,
126126
NetworkID: 1,
127127
TD: chain.TD(chain.Len()),
128128
Head: chain.blocks[chain.Len()-1].Hash(),

0 commit comments

Comments
 (0)