diff --git a/btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go b/btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go index 67557f57..f9e1dedc 100644 --- a/btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go +++ b/btcstaking-tracker/stakingeventwatcher/stakingeventwatcher.go @@ -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.