From 9aa76a692d85c3b32ff8011d17b008c22d4e1c57 Mon Sep 17 00:00:00 2001 From: lorenzo <31852651+lorenzo-dev1@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:44:02 +0100 Subject: [PATCH] fix imports --- p2p/peer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"