You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mbe): forward walletPubs in consolidateUnspents and accelerate
consolidateUnspents and accelerate were failing for UTXO coins with
"pubs are required for fixed script signing" after the SDK bump added
assert(params.pubs) in abstract-utxo BitGoPsbt signing path.
Update makeCustomSigningFunction to accept and forward walletPubs to
awmClient.signMultisig. Update handleConsolidateUnspents and
handleAccelerate to fetch all 3 keychains (user, backup, bitgo) and
pass them as walletPubs, matching the sendMany flow.
Ticket: WCN-447
Session-Id: 79c78e55-7d60-4e54-b656-da465c33eb23
Task-Id: 7abc45de-23d0-4914-8dad-885882f82710
0 commit comments