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

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bnovil committed Dec 6, 2023
1 parent 10eba3e commit 51c184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpc/methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (c *Client) WaitTillL2ExecutionEngineSynced(ctx context.Context) error {
}

if progress.isSyncing() {
log.Info("L2 execution engine is syncing", "CurrentBlockID",progress.CurrentBlockID, "HighestBlockID", progress.HighestBlockID, "progress", progress.SyncProgress,)
log.Info("L2 execution engine is syncing", "CurrentBlockID", progress.CurrentBlockID, "HighestBlockID", progress.HighestBlockID, "progress", progress.SyncProgress)
return errSyncing
}

Expand Down

0 comments on commit 51c184f

Please sign in to comment.