mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
miner/worker: remove unused imports
This commit is contained in:
parent
0a4c319866
commit
f599aa81a7
1 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
||||||
package miner
|
package miner
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
|
||||||
"errors"
|
"errors"
|
||||||
"math/big"
|
"math/big"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
@ -27,7 +26,6 @@ import (
|
||||||
mapset "github.com/deckarep/golang-set"
|
mapset "github.com/deckarep/golang-set"
|
||||||
"github.com/ubiq/go-ubiq/common"
|
"github.com/ubiq/go-ubiq/common"
|
||||||
"github.com/ubiq/go-ubiq/consensus"
|
"github.com/ubiq/go-ubiq/consensus"
|
||||||
"github.com/ubiq/go-ubiq/consensus/misc"
|
|
||||||
"github.com/ubiq/go-ubiq/core"
|
"github.com/ubiq/go-ubiq/core"
|
||||||
"github.com/ubiq/go-ubiq/core/state"
|
"github.com/ubiq/go-ubiq/core/state"
|
||||||
"github.com/ubiq/go-ubiq/core/types"
|
"github.com/ubiq/go-ubiq/core/types"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue