Skip to content

sealTask

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

3-way merge — purge → getc ← upstream

pre-purge
// sealTask wraps a seal block with relative result channel for remote sealer thread.
type sealTask struct {
block *types.Block
results chan<- *types.Block
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`sealer.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/consensus/ethash/sealer.go) | | Symbol | `sealTask` | | Ref | `v1.12.20` |

← Consensus & Ethash