Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update msg
Browse files Browse the repository at this point in the history
gusin13 committed Oct 29, 2024
1 parent a80b5e4 commit de73eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/delegation.go
Original file line number Diff line number Diff line change
@@ -557,7 +557,7 @@ func (s *Service) watchForBTCConfirmation(confEvent *chainntnfs.ConfirmationEven
log.Debug().
Str("stakingTxHashHex", stakingTxHashHex).
Str("currentState", delegation.State.String()).
Msg("Ignoring watchForConfirmation because current state is not qualified for transition")
Msg("Ignoring watchForBTCConfirmation because current state is not qualified for transition")
return
}

@@ -600,7 +600,7 @@ func (s *Service) watchForUnbondingSubmitted(confEvent *chainntnfs.ConfirmationE
log.Debug().
Str("stakingTxHashHex", stakingTxHashHex).
Str("currentState", delegation.State.String()).
Msg("Ignoring watchForConfirmation because current state is not qualified for transition")
Msg("Ignoring watchForUnbondingSubmitted because current state is not qualified for transition")
return
}

0 comments on commit de73eff

Please sign in to comment.