From 37b7d2adc546737ca6f4620734de385a8aa50c7e Mon Sep 17 00:00:00 2001 From: Joe Bowman Date: Sat, 10 Feb 2024 02:17:03 +0000 Subject: [PATCH] Update x/interchainstaking/keeper/ibc_packet_handlers.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- x/interchainstaking/keeper/ibc_packet_handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/interchainstaking/keeper/ibc_packet_handlers.go b/x/interchainstaking/keeper/ibc_packet_handlers.go index 09d220a60..93ae62e4a 100644 --- a/x/interchainstaking/keeper/ibc_packet_handlers.go +++ b/x/interchainstaking/keeper/ibc_packet_handlers.go @@ -631,7 +631,7 @@ func (k *Keeper) HandleBeginRedelegate(ctx sdk.Context, msg sdk.Msg, completion // we received a negative srcDelegation. Obviously this cannot happen, but we can get a crossed re/un/delegation, all which fetch absolute values. k.Logger(ctx).Error("possible race condition; unable to sub redelegation amount. requerying delegation anyway") } else { - // we got some uother, unrecoverable err + // we got some other, unrecoverable err return err } } else {