From 6d2d345fbad35f8e54db50f7654465895f93a363 Mon Sep 17 00:00:00 2001 From: Nikolay Nedkov Date: Thu, 5 Jan 2023 10:28:26 +0200 Subject: [PATCH] fix: fixing comment Signed-off-by: Nikolay Nedkov --- sequencer/interfaces.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequencer/interfaces.go b/sequencer/interfaces.go index a6e512da16..9ce0858e62 100644 --- a/sequencer/interfaces.go +++ b/sequencer/interfaces.go @@ -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