Skip to content

Commit ad3b10d

Browse files
alrsRoasbeef
authored andcommitted
blockchain/indexers: fix dropped error
1 parent 6cfd717 commit ad3b10d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

blockchain/indexers/manager.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,9 @@ func dropIndex(db database.DB, idxKey []byte, idxName string, interrupt <-chan s
668668
}
669669
return bucket.DeleteBucket(bucketName[len(bucketName)-1])
670670
})
671+
if err != nil {
672+
return err
673+
}
671674
}
672675

673676
// Call extra index specific deinitialization for the transaction index.

0 commit comments

Comments
 (0)