mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-02-04 11:14:17 +00:00
Change log message
This commit is contained in:
parent
9123fc771d
commit
253d8f1553
@ -173,7 +173,7 @@ func (m *Miner) processShare(s *StratumServer, e *Endpoint, job *Job, t *BlockTe
|
||||
if err != nil {
|
||||
atomic.AddUint64(&m.rejects, 1)
|
||||
atomic.AddUint64(&r.Rejects, 1)
|
||||
log.Printf("Block submission failure at height %v: %v", t.height, err)
|
||||
log.Printf("Block rejected at height %d: %v", t.height, err)
|
||||
} else {
|
||||
if len(convertedBlob) == 0 {
|
||||
convertedBlob = cnutil.ConvertBlob(shareBuff)
|
||||
|
Loading…
x
Reference in New Issue
Block a user