Skip to content

Commit 91b1f7e

Browse files
author
Keith Ball
committed
No need to delete key.
1 parent 0a463cc commit 91b1f7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

blocks/blocks.go

-2
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ func DeleteBlockedFile(blockFileID string) error {
249249
return err
250250
}
251251

252-
// Remove the key
253-
crypto.DeleteAesSecret(fileBlock.Hash)
254252
} else {
255253
// Save that we are using the block one less time.
256254
BlockInfoStore.SaveBlockInfo(*blockInfo)

0 commit comments

Comments
 (0)