diff --git a/dao/deposit.go b/dao/deposit.go index 3351989..6a00795 100644 --- a/dao/deposit.go +++ b/dao/deposit.go @@ -111,6 +111,7 @@ func DepositUpdate(ctx context.Context, i *models.DepositUpdate, token *vcapool. return } + ctx = context.Background() if i.Status == "confirmed" { go func() {