mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
blockchain/indexers: fix dropped error
This commit is contained in:
parent
6cfd7172ea
commit
ad3b10d196
1 changed files with 3 additions and 0 deletions
|
|
@ -668,6 +668,9 @@ func dropIndex(db database.DB, idxKey []byte, idxName string, interrupt <-chan s
|
|||
}
|
||||
return bucket.DeleteBucket(bucketName[len(bucketName)-1])
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
// Call extra index specific deinitialization for the transaction index.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue