Skip to content

mineResult

Source (upstream pre-purge) Current
File consensus/ethash/sealer.go sealer.go
Symbol mineResult mineResult
Ref dde2da0ef~1 etc/v1.17.3-full-node

3-way merge — purge → getc ← upstream

pre-purge
// mineResult wraps the pow solution parameters for the specified block.
type mineResult struct {
nonce types.BlockNonce
mixDigest common.Hash
hash common.Hash
errc chan error
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`sealer.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/consensus/ethash/sealer.go) | | Symbol | `mineResult` | | Ref | `v1.12.20` |

← Consensus & Ethash