mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
fix
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
This commit is contained in:
parent
a7cf628889
commit
42d036ff95
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ func ExecutableDataToBlockNoHash(data ExecutableData, versionedHashes []common.H
|
|||
if req[0] < last {
|
||||
return nil, fmt.Errorf("invalid request order: %v", req)
|
||||
}
|
||||
|
||||
last = req[0]
|
||||
}
|
||||
h := types.CalcRequestsHash(requests)
|
||||
requestsHash = &h
|
||||
|
|
|
|||
Loading…
Reference in a new issue