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

Allow algosdk.signTransaction to sign transactions generated by make* #153

Closed
fabrice102 opened this issue May 12, 2020 · 0 comments · Fixed by #233
Closed

Allow algosdk.signTransaction to sign transactions generated by make* #153

fabrice102 opened this issue May 12, 2020 · 0 comments · Fixed by #233
Assignees
Labels

Comments

@fabrice102
Copy link
Contributor

Currently, if you use algosdk.signTransaction on a transaction generated using algosdk. makeAssetTransferTxn, it fails with the following error message:

Error: address seems to be malformed

Instead, you need to use the method .signTxn.

It would be great if algosdk.signTransaction behave as .signTxn for Transaction objects.

See https://forum.algorand.org/t/asset-transfer-by-grouping-transactions/1648/4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants