Browse Source

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

rene 5 years ago
parent
commit
fdd42d425b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/devp2p/internal/ethtest/suite.go

+ 1 - 1
cmd/devp2p/internal/ethtest/suite.go

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