Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com> Co-authored-by: sontrinh16 <trinhleson2000@gmail.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
parent
ab34a95270
commit
84a1ee2232
@ -850,7 +850,7 @@ func (k Keeper) Unbond(
|
||||
}
|
||||
|
||||
valAddr, err1 := k.validatorAddressCodec.StringToBytes(delegation.GetValidatorAddr())
|
||||
if err != nil {
|
||||
if err1 != nil {
|
||||
return amount, err1
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user