mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
Update beaconsync.go
This commit is contained in:
parent
cfbd22b927
commit
630e35ee1f
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,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 read skeleton header at number %d", check)
|
return 0, fmt.Errorf("filled skeleton header is missing: %d", check)
|
||||||
}
|
}
|
||||||
n := h.Number.Uint64()
|
n := h.Number.Uint64()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue