Ethash.Close¶
| Source (upstream pre-purge) | Current | |
|---|---|---|
| File | consensus/ethash/ethash.go |
ethash.go |
| Symbol | Ethash.Close |
Ethash.Close |
| Ref | dde2da0ef~1 |
etc/v1.17.3-full-node |
3-way merge — purge → getc ← upstream¶
pre-purgecommon
// Close closes the exit channel to notify all backend threads exiting.
func (ethash *Ethash) Close() error {
↗ return ethash.StopRemoteSealer()
}