Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldDogs committed Nov 29, 2024
1 parent 6744394 commit e95b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tx-submitter/services/rollup.go
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ func (r *Rollup) rollup() error {
}
}
log.Info("batch index info",
"last_commited_batch_index", cindex,
"last_committed_batch_index", cindex,
"batch_index_will_get", batchIndex,
"pending_index", r.pendingTxs.pindex,
"failed_index", r.pendingTxs.failedIndex,
Expand Down

0 comments on commit e95b9a5

Please sign in to comment.