diff --git a/p2p/peer_test.go b/p2p/peer_test.go index 6dcb3fdd7a..cb2c4f0669 100644 --- a/p2p/peer_test.go +++ b/p2p/peer_test.go @@ -21,7 +21,7 @@ import ( "encoding/binary" "errors" "fmt" - "github.com/autonity/autonity/rlp" + "github.com/ethereum/go-ethereum/rlp" "github.com/stretchr/testify/require" "math/rand" "net"