Skip to content

Commit

Permalink
Merge pull request #609 from lochjin/dev1.2
Browse files Browse the repository at this point in the history
BUG:CPUMiningGenerate error
  • Loading branch information
dindinw authored Feb 22, 2024
2 parents 37c6a98 + a89c88e commit 66d0c02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions services/miner/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,6 @@ out:
}
if m.updateBlockTemplate(true) == nil {
m.worker.Update()
} else {
if msg.block != nil {
close(msg.block)
msg.block = nil
}
}
continue
}
Expand Down

0 comments on commit 66d0c02

Please sign in to comment.