typo
This commit is contained in:
parent
e8e5e8c600
commit
561eda3fc3
@ -387,7 +387,7 @@ func (k Keeper) UpdateBondedValidators(ctx sdk.Context,
|
||||
return validator, true
|
||||
}
|
||||
}
|
||||
return Validator{}, false
|
||||
return types.Validator{}, false
|
||||
}
|
||||
|
||||
// full update of the bonded validator set, many can be added/kicked
|
||||
|
||||
Loading…
Reference in New Issue
Block a user