Skip to content

Commit

Permalink
Update cmd/deploy/deploy.go
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Kulawik <[email protected]>
  • Loading branch information
ganeshvanahalli and magicxyyz committed Feb 25, 2024
1 parent 3295032 commit bc76c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func main() {
}
}
if len(batchPosters) == 0 {
log.Info("batch posters array was empty or invalid, defaulting to sequencer address")
log.Info("batch posters array was empty, defaulting to sequencer address")
batchPosters = append(batchPosters, sequencerAddress)
}

Expand Down

0 comments on commit bc76c20

Please sign in to comment.