Skip to content

Commit 630e35e

Browse files
authored
Update beaconsync.go
1 parent cfbd22b commit 630e35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/downloader/beaconsync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (d *Downloader) findBeaconAncestor() (uint64, error) {
251251

252252
h := d.skeleton.Header(check)
253253
if h == nil {
254-
return 0, fmt.Errorf("filled read skeleton header at number %d", check)
254+
return 0, fmt.Errorf("filled skeleton header is missing: %d", check)
255255
}
256256
n := h.Number.Uint64()
257257

0 commit comments

Comments
 (0)