Description
The LND wallet allows users to guide the fee choice on commitment transactions exchanged during lighting operations. The LND guidance is simple { low, medium, high }
, but useful none the less. It would be useful to offer the same controls in Electrum to request fee choices accordingly. In parity with this feature, it would be useful to show what the on-chain fee (s/vb) was used in the last exchange of commitment transactions, and a possible button to manually refresh commitment transactions in the event that the channel has been idle over a period of rapid fee escalation. Although decoding the data returned by get_channel_ctx()
can provide this on desktop, it's not a realistic option in mobile.
Correction
{ ECONOMICAL, CONSERVATIVE }
are the modes, not { low, medium, high }