consensus: extend getWork API with block number (#18038)
This commit is contained in:
committed by
Péter Szilágyi
parent
b16cc501a8
commit
144c1c6c52
@ -107,7 +107,7 @@ func TestRemoteSealer(t *testing.T) {
|
||||
ethash.Seal(nil, block, results, nil)
|
||||
|
||||
var (
|
||||
work [3]string
|
||||
work [4]string
|
||||
err error
|
||||
)
|
||||
if work, err = api.GetWork(); err != nil || work[0] != sealhash.Hex() {
|
||||
|
Reference in New Issue
Block a user