Skip to content

Commit e03c706

Browse files
authored
Merge pull request #7560 from BitGo/derek/SC-4086-preserve-memo-for-custom-sol-tx
feat(sdk-core): preserve memo for custom tx type
2 parents 87c6042 + 6208ad9 commit e03c706

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
@@ -3578,6 +3578,7 @@ export class Wallet implements IWallet {
35783578
aptosCustomTransactionParams: params.aptosCustomTransactionParams,
35793579
recipients: params.recipients || [],
35803580
nonce: params.nonce,
3581+
memo: params.memo,
35813582
feeOptions,
35823583
},
35833584
apiVersion,

0 commit comments

Comments
 (0)