Skip to content

Commit

Permalink
Update x/interchainstaking/keeper/ibc_packet_handlers.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Joe Bowman and coderabbitai[bot] authored Feb 10, 2024
1 parent b6bdf51 commit 37b7d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/interchainstaking/keeper/ibc_packet_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 37b7d2a

Please sign in to comment.