Skip to content

Commit

Permalink
pr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Feb 8, 2024
1 parent ed65639 commit 4e2c5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/pairing/keeper/staking.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (k Keeper) StakeNewEntry(ctx sdk.Context, validator, creator, chainID strin
delegateTotal := sdk.ZeroInt()
nextEpoch, err := k.epochStorageKeeper.GetNextEpoch(ctx, uint64(ctx.BlockHeight()))
if err != nil {
utils.LavaFormatWarning("cannot get next epoch to count past delegations", err,
return utils.LavaFormatWarning("cannot get next epoch to count past delegations", err,
utils.LogAttr("provider", senderAddr.String()),
utils.LogAttr("block", nextEpoch),
)
Expand Down

0 comments on commit 4e2c5de

Please sign in to comment.