Skip to content

Commit

Permalink
fix: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Feb 6, 2025
1 parent af46678 commit 79fe606
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bridgesync/bridgesync.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func NewL1(
maxRetryAttemptsAfterError,
originNetwork,
syncFullClaims,
finalizedBlockType,
)
}

Expand Down Expand Up @@ -100,7 +99,6 @@ func NewL2(
maxRetryAttemptsAfterError,
originNetwork,
syncFullClaims,
finalizedBlockType,
)
}

Expand All @@ -119,7 +117,6 @@ func newBridgeSync(
maxRetryAttemptsAfterError int,
originNetwork uint32,
syncFullClaims bool,
finalizedBlockType etherman.BlockNumberFinality,
) (*BridgeSync, error) {
logger := log.WithFields("module", syncerID)

Expand Down

0 comments on commit 79fe606

Please sign in to comment.