Browse Source

update

master
yuriy0803 3 years ago
parent
commit
8ec19df549
  1. 2
      payouts/payer.go
  2. 2
      proxy/blocks.go
  3. 2
      proxy/miner.go
  4. 2
      rpc/rpc.go
  5. 6
      util/util.go

2
payouts/payer.go

@ -10,7 +10,7 @@ import (
"sync" "sync"
"time" "time"
"github.com/etclabscore/core-geth/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/yuriy0803/open-etc-pool-friends/rpc" "github.com/yuriy0803/open-etc-pool-friends/rpc"
"github.com/yuriy0803/open-etc-pool-friends/storage" "github.com/yuriy0803/open-etc-pool-friends/storage"

2
proxy/blocks.go

@ -7,7 +7,7 @@ import (
"strings" "strings"
"sync" "sync"
"github.com/etclabscore/core-geth/common" "github.com/ethereum/go-ethereum/common"
"github.com/yuriy0803/open-etc-pool-friends/rpc" "github.com/yuriy0803/open-etc-pool-friends/rpc"
"github.com/yuriy0803/open-etc-pool-friends/util" "github.com/yuriy0803/open-etc-pool-friends/util"
) )

2
proxy/miner.go

@ -6,7 +6,7 @@ import (
"strconv" "strconv"
"strings" "strings"
"github.com/etclabscore/core-geth/common" "github.com/ethereum/go-ethereum/common"
"github.com/yuriy0803/etchash" "github.com/yuriy0803/etchash"
"github.com/yuriy0803/open-etc-pool-friends/util" "github.com/yuriy0803/open-etc-pool-friends/util"
) )

2
rpc/rpc.go

@ -12,7 +12,7 @@ import (
"strings" "strings"
"sync" "sync"
"github.com/etclabscore/core-geth/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/yuriy0803/open-etc-pool-friends/util" "github.com/yuriy0803/open-etc-pool-friends/util"
) )

6
util/util.go

@ -6,9 +6,9 @@ import (
"strconv" "strconv"
"time" "time"
"github.com/etclabscore/core-geth/common" "github.com/ethereum/go-ethereum/common"
"github.com/etclabscore/core-geth/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/etclabscore/core-geth/common/math" "github.com/ethereum/go-ethereum/common/math"
) )
var Ether = math.BigPow(10, 18) var Ether = math.BigPow(10, 18)

Loading…
Cancel
Save