Simplify CPFP fee bumping flow by integrating mempool.space api #1255
Labels
Core Lightning
CPFP
enhancement
New feature or request
LND
medium
mempoolspace
Issues related to mempool.space integration
Milestone
CPFP process to bump up pending channel opens can be simplified by using mempool.space API to query the transaction and bump up the fee, without user having to determine what's their change output index.
With the API, additional validations can also be made to ensure that user has sufficient funds in the change output, to be able to bump up the channel opening transaction
API: https://mempool.space/docs/api/rest#get-transaction
EDIT:
Output Index
form value on the modal shouldn't be greyed out, so that user can modify it if neededChange output balance may be insufficient for fee bumping, depending on the prevailing fee rates
The text was updated successfully, but these errors were encountered: