Extend channel lease using keysend
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.
@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?
@kaloudis after creating an order, the
OrderResponseview is shown, where there should be a button topay with keysendand the implementation ofpay with keysendis similar to what is used inSend.tsxhere?
This cannot be done with changes to the mobile wallet alone. We would have to make changes to the service too.