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 29, 2023
1 parent 9ca75b4 commit ab7b0c3
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 ab7b0c3

Please sign in to comment.