We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a463cc commit 91b1f7eCopy full SHA for 91b1f7e
blocks/blocks.go
@@ -249,8 +249,6 @@ func DeleteBlockedFile(blockFileID string) error {
249
return err
250
}
251
252
- // Remove the key
253
- crypto.DeleteAesSecret(fileBlock.Hash)
254
} else {
255
// Save that we are using the block one less time.
256
BlockInfoStore.SaveBlockInfo(*blockInfo)
0 commit comments