Fix iteration while processing expired authorities queue
This commit is contained in:
parent
43b675cc0a
commit
46eacc4760
@ -519,7 +519,8 @@ func (k Keeper) ProcessAuthorityExpiryQueue(ctx sdk.Context) error {
|
||||
|
||||
k.Logger(ctx).Info(fmt.Sprintf("Marking authority expired as no bond present: %s", name))
|
||||
|
||||
return nil
|
||||
// Continue with the loop
|
||||
continue
|
||||
}
|
||||
|
||||
// Try to renew the authority by taking rent.
|
||||
|
Loading…
Reference in New Issue
Block a user