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