lndk-org / lndk

MIT License
84 stars 22 forks source link

Feature: Ability to pay multiple offers concurrently #106

Closed mrfelton closed 4 months ago

mrfelton commented 6 months ago

Feature Description

Currently lndk rejects payments attempts with a AlreadyExists error if there is already a payment in progress

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

orbitalturtle commented 4 months ago

I believe this was fixed with https://github.com/lndk-org/lndk/pull/128