Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Dec 4, 2024
1 parent d0a2b3f commit 699a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/v2/queue/handler/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (h *V2QueueHandler) ActiveStakingHandler(ctx context.Context, messageBody s
}

// Mark as v1 delegation as transitioned if it exists
if err := h.Service.MarkV1DelegationAsTransitioned(ctx, activeStakingEvent.StakingTxHashHex); err != nil {
if err := h.Services.V2Service.MarkV1DelegationAsTransitioned(ctx, activeStakingEvent.StakingTxHashHex); err != nil {
log.Ctx(ctx).Error().Err(err).Msg("Failed to mark v1 delegation as transitioned")
return err
}
Expand Down

0 comments on commit 699a37b

Please sign in to comment.