Closed mrfelton closed 6 months ago
I pushed a fix for this to the grpc server PR: https://github.com/lndk-org/lndk/pull/104 In this commit: https://github.com/lndk-org/lndk/pull/104/commits/d1ac5b3f57d726b4ad427364e36caa36e60a8a1b
If you get another chance to test, let me know :) But I think that should close out this issue.
Describe the bug
A payment error prevents lndk from being able to make subsequent payments
future payments should not error because of a past payment attempt failure
Once a payment has failed, all payments fail.
Environment
Please do not include private information in bug reports!
To Reproduce
InvalidSignature
error.AlreadyExists
. It should fail withInvalidSignature
again.Additional context Add any other context about the problem here.