Skip to content

Commit

Permalink
fix: fixing comment
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Nedkov <[email protected]>
  • Loading branch information
Psykepro committed Jan 5, 2023
1 parent ada278d commit 6d2d345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type workerInterface interface {
}

// The dbManager will need to handle the errors inside the functions which don't return error as they will be used async in the other abstractions.
// Also if dbTx is missing this needs also to be handled ion the dbManager
// Also if dbTx is missing this needs also to be handled in the dbManager
type dbManagerInterface interface {
BeginStateTransaction(ctx context.Context) (pgx.Tx, error)
CreateFirstBatch(ctx context.Context, sequencerAddress common.Address) state.ProcessingContext
Expand Down

0 comments on commit 6d2d345

Please sign in to comment.