Fix consequence of certification loss
Compare changes
Files
3+ 5
− 14
@@ -365,21 +365,12 @@ impl<T: Config<I>, I: 'static> pallet_certification::traits::OnRemovedCert<IdtyI
This MR reveals and fixes the behaviour of certification loss. Membership should expire but identity should not be removed immediately. A delay should be added.