Closed
Description
Background
I have only 209 payments, but it takes 43 seconds to list them:
$ time lncli listpayments | jq '.payments | length'
209
real 0m43.422s
user 0m0.188s
sys 0m0.142s
For comparison, pulling 349,464 of forwards takes less than a second:
$ time lncli forwardinghistory > nul
real 0m0.394s
user 0m0.082s
sys 0m0.058s