Skip to content

Commit

Permalink
use coreth import
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Sep 30, 2024
1 parent 2a4ffa1 commit 65f0f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
"github.com/ava-labs/avalanchego/utils/units"
"github.com/ava-labs/coreth/consensus"
"github.com/ava-labs/coreth/consensus/dummy"
"github.com/ava-labs/coreth/consensus/misc/eip4844"
"github.com/ava-labs/coreth/core"
"github.com/ava-labs/coreth/core/state"
"github.com/ava-labs/coreth/core/txpool"
Expand All @@ -38,7 +39,6 @@ import (
"github.com/ava-labs/coreth/predicate"
"github.com/ava-labs/coreth/trie"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/consensus/misc/eip4844"
"github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/log"
"github.com/holiman/uint256"
Expand Down

0 comments on commit 65f0f92

Please sign in to comment.