Fix consequence of certification loss
Compare changes
+ 3
− 0
@@ -322,6 +322,7 @@ pub fn new_test_ext(
@@ -330,8 +331,10 @@ pub fn run_to_block(n: u64) {
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.