Steps to reproduce:
- start Eclair node
- create an invoice
- run
- verify that the invoice created at step 2 is in the list
- wait a second
- create another invoice
- run
Expected result: both invoices should be in the list
Actual result: only the first invoice is in the list
Apparently, the default values of --from and --to parameters get cached and get reset only after restart.
Reproduceable on current master 7c8bdb9.
Steps to reproduce:
Expected result: both invoices should be in the list
Actual result: only the first invoice is in the list
Apparently, the default values of
--fromand--toparameters get cached and get reset only after restart.Reproduceable on current
master7c8bdb9.