event icon indicating copy to clipboard operation
event copied to clipboard

Extend channel lease using keysend

Open Darth-Coin opened this issue 8 months ago • 2 comments

Describe the feature

We all have a LSP channel with Olympus. That means we can easily pay with keysend the same Olympus node for an extended lease of existing channel. In the order screen, can we have added an extra button below the LN invoice like "pay with keysend" from the same channel to be extended ? ofc if there's enough outbound liquidity on our side.

Darth-Coin avatar Apr 10 '25 10:04 Darth-Coin

@kaloudis after creating an order, the OrderResponse view is shown, where there should be a button to pay with keysend and the implementation of pay with keysend is similar to what is used in Send.tsx here?

a-khushal avatar Apr 26 '25 08:04 a-khushal

@kaloudis after creating an order, the OrderResponse view is shown, where there should be a button to pay with keysend and the implementation of pay with keysend is similar to what is used in Send.tsx here?

This cannot be done with changes to the mobile wallet alone. We would have to make changes to the service too.

kaloudis avatar Apr 26 '25 15:04 kaloudis