mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
eth/downloader: fix lint
This commit is contained in:
parent
0a3deb23aa
commit
28d5335c13
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ func (d *Downloader) findBeaconAncestor() (uint64, error) {
|
||||||
h := d.skeleton.Header(check)
|
h := d.skeleton.Header(check)
|
||||||
if h == nil {
|
if h == nil {
|
||||||
return 0, fmt.Errorf("filled skeleton header is missing: %d", check)
|
return 0, fmt.Errorf("filled skeleton header is missing: %d", check)
|
||||||
}
|
}
|
||||||
n := h.Number.Uint64()
|
n := h.Number.Uint64()
|
||||||
|
|
||||||
var known bool
|
var known bool
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue