lndk-org / lndk

MIT License
76 stars 19 forks source link

Feature: Ability to pay multiple offers concurrently #106

Closed mrfelton closed 2 weeks ago

mrfelton commented 2 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 2 weeks ago

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