diff --git a/p2p/rlpx/rlpx.go b/p2p/rlpx/rlpx.go index 41c5627947..c074534d4d 100644 --- a/p2p/rlpx/rlpx.go +++ b/p2p/rlpx/rlpx.go @@ -33,12 +33,12 @@ import ( "net" "time" + "github.com/ethereum/go-ethereum/common/bitutil" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/crypto/ecies" "github.com/ethereum/go-ethereum/rlp" "github.com/golang/snappy" "golang.org/x/crypto/sha3" - "github.com/ethereum/go-ethereum/common/bitutil" ) // Conn is an RLPx network connection. It wraps a low-level network connection. The