Skip to content

Commit e76c02f

Browse files
Added userids to the kill storage method of the confidential docs pallet.
1 parent f1374af commit e76c02f

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)