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
Expected behavior
I am using litd with LND Accounts. I have a balance and am trying to pay an invoice for an amount larger than that.
litd
I expect the lncli payinvoice request to fail with an error along the lines of:
lncli payinvoice
Insufficient amount. Invoice of Y sats is larger than balance of X sats
Actual behavior
Instead, I get the following error message
[lncli] rpc error: code = Unknown desc = no request values found for request: 29618
I believe this error message is potentially confusing and lead people to believe they are encountering a complex issue or bug.
System information
litd version 0.14.0-alpha commit=v0.14.0-alpha-dirty
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
I am using
litd
with LND Accounts. I have a balance and am trying to pay an invoice for an amount larger than that.I expect the
lncli payinvoice
request to fail with an error along the lines of:Insufficient amount. Invoice of Y sats is larger than balance of X sats
Actual behavior
Instead, I get the following error message
[lncli] rpc error: code = Unknown desc = no request values found for request: 29618
I believe this error message is potentially confusing and lead people to believe they are encountering a complex issue or bug.
System information
litd version 0.14.0-alpha commit=v0.14.0-alpha-dirty
The text was updated successfully, but these errors were encountered: