Skip to content
Snippets Groups Projects

Smith members can't revoke idty nor change its address

Merged Éloïs requested to merge elois-smish-members-cant-change-or-rem-idty into master
2 files
+ 29
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -122,7 +122,7 @@ impl pallet_identity::Config for Test {
type ChangeOwnerKeyPeriod = ChangeOwnerKeyPeriod;
type ConfirmPeriod = ConfirmPeriod;
type Event = Event;
type EnsureIdtyCallAllowed = DuniterWot;
type EnsureIdtyCallAllowed = (DuniterWot, SmithsSubWot);
type IdtyCreationPeriod = IdtyCreationPeriod;
type IdtyData = ();
type IdtyNameValidator = IdtyNameValidatorTestImpl;
Loading