Closed mrfelton closed 4 months ago
Currently lndk rejects payments attempts with a AlreadyExists error if there is already a payment in progress
AlreadyExists
There is a note about this here: https://github.com/lndk-org/lndk/blob/0f9b3c291af070ac35641d8b817d8e2ef7b8bbdf/src/lib.rs#L301-L306
lndk needs to be able to support concurrency to be used at scale
I believe this was fixed with https://github.com/lndk-org/lndk/pull/128
Feature Description
Currently lndk rejects payments attempts with a
AlreadyExists
error if there is already a payment in progressThere is a note about this here: https://github.com/lndk-org/lndk/blob/0f9b3c291af070ac35641d8b817d8e2ef7b8bbdf/src/lib.rs#L301-L306
lndk needs to be able to support concurrency to be used at scale