alexbosworth / balanceofsatoshis

Tool for working with the balance of your satoshis on LND
MIT License
566 stars 79 forks source link

[increase-inbound-liquidity]: Track mempool funding across RBF changes #164

Open alexbosworth opened 2 years ago

alexbosworth commented 2 years ago

The funding transaction for a swap may change multiple times while waiting for a confirmation as fees are adjusted and new swap outputs are added

Currently once the swap funding output is found in the mempool it will not continue to search for more potential funding transactions, but it should only stop searching for the funding output in the mempool when the swap confirms

BhaagBoseDK commented 2 years ago

+1