Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Oct 24, 2024
1 parent 94eb4e0 commit 09c65f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ func (sew *StakingEventWatcher) watchForSpend(spendEvent *notifier.SpendEvent, t
return
}
sew.reportUnbondingToBabylon(quitCtx, delegationId, spendingTx, proof)
sew.waitForDelegationToStopBeingActive(quitCtx, delegationId)
} else {
sew.metrics.DetectedUnbondingTransactionsCounter.Inc()
// We found valid unbonding tx. We need to try to report it to babylon.
Expand Down

0 comments on commit 09c65f1

Please sign in to comment.