You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AndySchroder opened this issue
Mar 7, 2024
· 4 comments
· May be fixed by #8883
Labels
beginnerIssues suitable for new developersbugUnintended code behaviourgood first issueIssues suitable for first time contributors to LNDlncliP2should be fixed if one has timerpcRelated to the RPC interface
Hi @AndySchroder , since the issue doesn't have an assignee, I took a stab at it. Could you please have a look? I already answered the bot reviewer's questions
Okay, looks like #8565 has been cancelled and this issue will need a new attempt.
I've been investigating this issue and the code associated with it ... The function QueryPayments is not considering the data filtering when counting the numbers of payments.
I would like to do a new attempt to solve it.
MPins
linked a pull request
Jul 1, 2024
that will
close
this issue
beginnerIssues suitable for new developersbugUnintended code behaviourgood first issueIssues suitable for first time contributors to LNDlncliP2should be fixed if one has timerpcRelated to the RPC interface
Background
lncli listpayments --count_total_payments
should honor--creation_date_start
and--creation_date_end
Steps to reproduce
and
both yield the same thing.
I would expect
The text was updated successfully, but these errors were encountered: