Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(driver): fix a P2P sync issue (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jun 27, 2023
1 parent 3d59c80 commit 2ffa052
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions driver/chain_syncer/beaconsync/syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ func (s *Syncer) TriggerBeaconSync() error {
"newBlockID", blockID,
)
}

return nil
}

status, err := s.rpc.L2Engine.NewPayload(
Expand Down

0 comments on commit 2ffa052

Please sign in to comment.