pull/150/head
obscuren 10 years ago
parent 0eb08693e9
commit 3def9258be
  1. 3
      ethminer/miner.go

@ -2,11 +2,12 @@ package ethminer
import ( import (
"bytes" "bytes"
"sort"
"github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethlog" "github.com/ethereum/eth-go/ethlog"
"github.com/ethereum/eth-go/ethreact" "github.com/ethereum/eth-go/ethreact"
"github.com/ethereum/eth-go/ethwire" "github.com/ethereum/eth-go/ethwire"
"sort"
) )
var logger = ethlog.NewLogger("MINER") var logger = ethlog.NewLogger("MINER")

Loading…
Cancel
Save