Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Jan 16, 2025
1 parent 56dfe96 commit aa989f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/services/watch_btc_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ func (s *Service) handleSpendingStakingTransaction(
db.WithBtcHeight(int64(spendingHeight)),
); err != nil {
if db.IsNotFoundError(err) {
// maybe the btc notifier has already identified the unbonding tx and updated the state
// maybe the babylon event processBTCDelegationUnbondedEarlyEvent is already
// processed and updated the state
log.Debug().
Str("staking_tx", delegation.StakingTxHashHex).
Interface("qualified_states", types.QualifiedStatesForUnbondedEarly()).
Expand Down

0 comments on commit aa989f3

Please sign in to comment.