aboutsummaryrefslogtreecommitdiff
path: root/miner
diff options
context:
space:
mode:
Diffstat (limited to 'miner')
-rw-r--r--miner/miner.go2
-rw-r--r--miner/worker.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/miner/miner.go b/miner/miner.go
index 583e458..ab9b37f 100644
--- a/miner/miner.go
+++ b/miner/miner.go
@@ -22,11 +22,11 @@ import (
"math/big"
"time"
+ "github.com/ava-labs/coreth/core"
myparams "github.com/ava-labs/coreth/params"
"github.com/ava-labs/go-ethereum/common"
"github.com/ava-labs/go-ethereum/common/hexutil"
"github.com/ava-labs/go-ethereum/consensus"
- "github.com/ava-labs/go-ethereum/core"
"github.com/ava-labs/go-ethereum/core/state"
"github.com/ava-labs/go-ethereum/core/types"
"github.com/ava-labs/go-ethereum/event"
diff --git a/miner/worker.go b/miner/worker.go
index 11f3f71..fd8d754 100644
--- a/miner/worker.go
+++ b/miner/worker.go
@@ -27,10 +27,10 @@ import (
"sync/atomic"
"time"
+ "github.com/ava-labs/coreth/core"
"github.com/ava-labs/go-ethereum/common"
"github.com/ava-labs/go-ethereum/consensus"
"github.com/ava-labs/go-ethereum/consensus/misc"
- "github.com/ava-labs/go-ethereum/core"
"github.com/ava-labs/go-ethereum/core/state"
"github.com/ava-labs/go-ethereum/core/types"
"github.com/ava-labs/go-ethereum/event"