From 630e35ee1fbb871ca945d98a94a050cf2fbe2cf3 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Wed, 16 Jul 2025 20:53:31 +0800 Subject: [PATCH] Update beaconsync.go --- eth/downloader/beaconsync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/downloader/beaconsync.go b/eth/downloader/beaconsync.go index 97930ae480..05127f570e 100644 --- a/eth/downloader/beaconsync.go +++ b/eth/downloader/beaconsync.go @@ -251,7 +251,7 @@ func (d *Downloader) findBeaconAncestor() (uint64, error) { h := d.skeleton.Header(check) 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()