Browse Source

Remove redundant property

pool
Sammy Libre 8 years ago
parent
commit
39b176367a
  1. 1
      go-pool/stratum/miner.go

1
go-pool/stratum/miner.go

@ -28,7 +28,6 @@ type Miner struct { @@ -28,7 +28,6 @@ type Miner struct {
id string
ip string
lastBeat int64
endpoint *Endpoint
startedAt int64
validShares uint64
invalidShares uint64

Loading…
Cancel
Save