Skip to content

Commit

Permalink
fix tood
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Jan 1, 2025
1 parent b618703 commit 453e02b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/watch_btc_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ func (s *Service) handleSpendingStakingTransaction(
// First try to validate as unbonding tx
isUnbonding, err := s.IsValidUnbondingTx(spendingTx, delegation, params)
if err != nil {
// TODO: add metrics
if errors.Is(err, types.ErrInvalidUnbondingTx) {
metrics.IncrementInvalidUnbondingTxCounter()
log.Error().
Expand Down

0 comments on commit 453e02b

Please sign in to comment.