We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca493f commit e7111e0Copy full SHA for e7111e0
packages/taiko-client/driver/chain_syncer/beaconsync/syncer.go
@@ -76,7 +76,7 @@ func (s *Syncer) TriggerBeaconSync(blockID uint64) error {
76
if err != nil {
77
return err
78
}
79
- if fcRes.PayloadStatus.Status != engine.SYNCING {
+ if fcRes.PayloadStatus.Status == engine.INVALID {
80
return fmt.Errorf("unexpected ForkchoiceUpdate response status: %s", fcRes.PayloadStatus.Status)
81
82
0 commit comments