diff options
Diffstat (limited to 'eth/peer.go')
-rw-r--r-- | eth/peer.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eth/peer.go b/eth/peer.go index 814c787..9ce569c 100644 --- a/eth/peer.go +++ b/eth/peer.go @@ -24,10 +24,10 @@ import ( "time" mapset "github.com/deckarep/golang-set" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/p2p" - "github.com/ethereum/go-ethereum/rlp" + "github.com/ava-labs/go-ethereum/common" + "github.com/ava-labs/go-ethereum/core/types" + "github.com/ava-labs/go-ethereum/p2p" + "github.com/ava-labs/go-ethereum/rlp" ) var ( |