We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://gist.github.com/Amperstrand/94462f6b25c3a5f21a657f872c73a530
In the above gist, I try to retrieve transactions using the /lndhub/ext/gettxs?limit=100 endpoint on the lnbits demo instance.
/lndhub/ext/gettxs?limit=100
The result is just an empty array [], and not the two transactions that are associated with the account.
[]
Alby also has trouble using the lndhub plugin and shows the following error message, probably because it is receiving an empty array?
Error: The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://gist.github.com/Amperstrand/94462f6b25c3a5f21a657f872c73a530
In the above gist, I try to retrieve transactions using the
/lndhub/ext/gettxs?limit=100
endpoint on the lnbits demo instance.The result is just an empty array
[]
, and not the two transactions that are associated with the account.Alby also has trouble using the lndhub plugin and shows the following error message, probably because it is receiving an empty array?
The text was updated successfully, but these errors were encountered: