Skip to content

Commit e41d011

Browse files
authored
Merge pull request #7352 from BitGo/COIN-6191
feat: sending optional param recipients for createAccount
2 parents 398eb3d + 5930bbf commit e41d011

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)