Skip to content

Commit 5930bbf

Browse files
committed
feat: sending optional param recipients for createAccount
Ticket: COIN-6191
1 parent c0abb73 commit 5930bbf

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
@@ -3487,6 +3487,7 @@ export class Wallet implements IWallet {
34873487
{
34883488
reqId,
34893489
intentType: 'createAccount',
3490+
recipients: params.recipients || [],
34903491
},
34913492
apiVersion,
34923493
params.preview

0 commit comments

Comments
 (0)