Skip to content

Commit dc5ca87

Browse files
authored
Merge pull request #119 from hashed-io/feature/confidential-docs
Added userids to the kill storage method of the confidential docs pallet
2 parents e568c84 + e76c02f commit dc5ca87

File tree

1 file changed

+1
-0
lines changed
  • pallets/confidential-docs/src

1 file changed

+1
-0
lines changed

pallets/confidential-docs/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ pub mod pallet {
316316
<SharedDocs<T>>::remove_all(None);
317317
<SharedDocsByTo<T>>::remove_all(None);
318318
<SharedDocsByFrom<T>>::remove_all(None);
319+
<UserIds<T>>::remove_all(None);
319320
Ok(())
320321
}
321322
}

0 commit comments

Comments
 (0)