diff --git a/staker/stakerapp.go b/staker/stakerapp.go index ccdb03b..b3ff426 100644 --- a/staker/stakerapp.go +++ b/staker/stakerapp.go @@ -621,7 +621,7 @@ func (app *StakerApp) checkTransactionsStatus() error { // resume pre-approval flow if alreadyDelegated { app.wg.Add(1) - app.activateVerifiedDelegation( + go app.activateVerifiedDelegation( tx.StakingTx, tx.StakingOutputIndex, txHashCopy,