diff --git a/app/actions/ControlActions.js b/app/actions/ControlActions.js index b92c178c0a..6ed1a16621 100644 --- a/app/actions/ControlActions.js +++ b/app/actions/ControlActions.js @@ -517,10 +517,13 @@ export const startTicketBuyerV3Attempt = ( try { const accountNum = account.encrypted ? account.value : null; + const accountUnlocks = mixedAccount + ? [accountNum, changeAccount] + : [accountNum]; const ticketBuyer = await dispatch( unlockAcctAndExecFn( passphrase, - [accountNum], + accountUnlocks, () => { dispatch(setNeedsVSPdProcessTickets(true)); return wallet.startTicketAutoBuyerV3(ticketBuyerService, {