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
When issuing a settleinvoice call when the sender of the payment is offline, the preimage will correctly be sent once the sender comes back online, but it is not persisted in the payments database and does not appear in listpayments
Your environment
Simnet running on the docker environment found in lnd/docker
Background
When issuing a
settleinvoice
call when the sender of the payment is offline, the preimage will correctly be sent once the sender comes back online, but it is not persisted in the payments database and does not appear inlistpayments
Your environment
Steps to reproduce
Add the HODL invoice on Alice:
Pay the HODL invoice on Bob:
Cmd/Ctrl+C the
payinvoice
CLI and shut down bob:Settle the invoice on Alice:
Start bob:
Expected behaviour
Running
listpayments
on bob should reveal the preimage.Actual behaviour
Logs
Alice
Bob
The text was updated successfully, but these errors were encountered: