Skip to content
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

Support sending payments to muxed accounts #173

Merged
merged 2 commits into from
May 25, 2021

Conversation

piyalbasu
Copy link
Contributor

Screen.Recording.2021-05-25.at.12.45.49.PM.mov

@piyalbasu piyalbasu changed the base branch from master to release/1.2.0 May 25, 2021 16:47
@@ -77,7 +80,7 @@ export const sendPayment = async ({
);
}

const tx = new TransactionBuilder(account, {
const tx = new TransactionBuilder(new Account(publicKey, sequence), {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TransactionBuilder takes different params with the latest stellar-sdk

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI unfortunately this is actually a bug; the next release should resolve this!

@stellar-jenkins
Copy link

@piyalbasu piyalbasu merged commit ccfaf20 into release/1.2.0 May 25, 2021
@piyalbasu piyalbasu deleted the feature/support-muxed-accts branch May 25, 2021 17:26
marcelosalloum pushed a commit that referenced this pull request Jul 19, 2021
* upgrading stellar-sdk and adding optional muxed acct support

* update TransactionBuilder to use new params
marcelosalloum pushed a commit that referenced this pull request Jul 19, 2021
* upgrading stellar-sdk and adding optional muxed acct support

* update TransactionBuilder to use new params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants