-
Notifications
You must be signed in to change notification settings - Fork 299
feat(ada): add support for withdrawals from receive addr #5002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ada): add support for withdrawals from receive addr #5002
Conversation
088fd6a to
fca8133
Compare
d7a8617 to
6a8d82d
Compare
6a8d82d to
ed90e7d
Compare
| setCoinSpecificFieldsInIntent(intent: PopulatedIntent, params: PrebuildTransactionWithIntentOptions): void { | ||
| intent.unspents = params.unspents; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just checking, ticket only says ADA; is this expected for SUI too ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just refactored it. Earlier, it was part of populateIntent function. WIN-3106
I've also updated the PR description
TICKET: WIN-3537 - Add support for witdrawals from receive addr
TICKET: WIN-3106 - Move coinSpecific flows from populateIntent() in mpcUtils.ts to appropriate coin files.