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

feature request/suggestion: add a way to add identifier to outgoing transaction #53

Open
ha1331 opened this issue Jun 7, 2017 · 0 comments

Comments

@ha1331
Copy link

ha1331 commented Jun 7, 2017

The issue I'm trying to solve is when one does wallet.pay(....) you get the hash of the transaction back (this by the way is not documented at api docs, I figured this by looking at the source code), but if something goes wrong after I do .pay(...) but before I get the response, I don't have a way to know if that call made to your api, if the transaction was sent to the network or if it errored. If there was a way to supply an identifier to wallet.pay(), I could always use that to recognize the transaction when webhook fires. There might be a way to do this as it is now, but I'm not aware of it.

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

No branches or pull requests

2 participants