consensus: extend getWork API with block number (#18038)
This commit is contained in:
committed by
Péter Szilágyi
parent
b16cc501a8
commit
144c1c6c52
@ -432,7 +432,7 @@ type hashrate struct {
|
||||
// sealWork wraps a seal work package for remote sealer.
|
||||
type sealWork struct {
|
||||
errc chan error
|
||||
res chan [3]string
|
||||
res chan [4]string
|
||||
}
|
||||
|
||||
// Ethash is a consensus engine based on proof-of-work implementing the ethash
|
||||
|
Reference in New Issue
Block a user