Skip to content

Commit 4fb35f1

Browse files
committed
fix: bug in still unused output filtering
1 parent 0d42a5c commit 4fb35f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/database/dbpebble/read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ func (s *Store) FetchOutputsCutThroughDustLimit(
353353
if err != nil {
354354
return nil, err
355355
}
356-
if !spent {
356+
if spent {
357357
continue
358358
}
359359

0 commit comments

Comments
 (0)