diff --git a/cmd/devp2p/internal/ethtest/suite.go b/cmd/devp2p/internal/ethtest/suite.go index 86494bb6b..6951f13bf 100644 --- a/cmd/devp2p/internal/ethtest/suite.go +++ b/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(),