Skip to content

Commit db1d35d

Browse files
feat(sdk-core): enable token enablements for multisig backing wallets
Ticket: GNA-464
1 parent 33f3b10 commit db1d35d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/sdk-core/src/bitgo/wallet/wallet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3019,6 +3019,7 @@ export class Wallet implements IWallet {
30193019
const signedPrebuild = await this.prebuildAndSignTransaction(params);
30203020
return await this.submitTransaction(signedPrebuild, params.reqId);
30213021
case 'custodial':
3022+
case 'backing':
30223023
return this.initiateTransaction(params.prebuildTx.buildParams, params.reqId);
30233024
}
30243025
}

0 commit comments

Comments
 (0)