diff --git a/sweepbatcher/store.go b/sweepbatcher/store.go index 01b9e74a..bb245e5f 100644 --- a/sweepbatcher/store.go +++ b/sweepbatcher/store.go @@ -259,7 +259,7 @@ func convertBatchRow(row sqlc.SweepBatch) *dbBatch { } if row.Confirmed { - batch.State = batchOpen + batch.State = batchConfirmed } if row.BatchTxID.Valid {