Skip to content

Commit

Permalink
sf error log fix (#7563)
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic authored Feb 20, 2024
1 parent 9305c90 commit 72d8f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/superfluid/keeper/epoch.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func (k Keeper) MoveSuperfluidDelegationRewardToGauges(ctx sdk.Context, accs []t
_, err := k.ck.WithdrawDelegationRewards(cacheCtx, addr, valAddr)
if errors.Is(err, distributiontypes.ErrEmptyDelegationDistInfo) {
ctx.Logger().Debug("no swaps occurred in this pool between last epoch and this epoch")
return nil
} else if err != nil {
return err
}
Expand Down

0 comments on commit 72d8f37

Please sign in to comment.