diff options
Diffstat (limited to 'miner/unconfirmed.go')
-rw-r--r-- | miner/unconfirmed.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/miner/unconfirmed.go b/miner/unconfirmed.go index 3a176e8..7e3c6a2 100644 --- a/miner/unconfirmed.go +++ b/miner/unconfirmed.go @@ -20,9 +20,9 @@ import ( "container/ring" "sync" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/log" + "github.com/ava-labs/go-ethereum/common" + "github.com/ava-labs/go-ethereum/core/types" + "github.com/ava-labs/go-ethereum/log" ) // chainRetriever is used by the unconfirmed block set to verify whether a previously |