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
Describe the bug
On the Invoices page, the default sorting direction is Descending. Indeed, the top-most rows in the table are the most recent invoices.
On the Payments page, the default sorting direction is also Descending. However, here the top-most entries are the oldest payments on the node.
To Reproduce Steps to reproduce the behavior:
Your environment
RTL
lnd
core lightning
eclair
btcd
bitcoind
The text was updated successfully, but these errors were encountered:
Merge pull request #1300 from Ride-The-Lightning/lnd-payments-sort
3b2f178
Bug fix: LND Payment sort #1295
@ok300 Thank you for raising the issue. It has been fixed with PR #1300 and will be released with version 0.14.1.
Sorry, something went wrong.
ShahanaFarooqui
Successfully merging a pull request may close this issue.
Describe the bug
On the Invoices page, the default sorting direction is Descending. Indeed, the top-most rows in the table are the most recent invoices.
On the Payments page, the default sorting direction is also Descending. However, here the top-most entries are the oldest payments on the node.
To Reproduce
Steps to reproduce the behavior:
Your environment
RTL
: v0.14.0-betalnd
/core lightning
/eclair
: LND v0.16.4-betabtcd
,bitcoind
, or other backend: bitcoindThe text was updated successfully, but these errors were encountered: