ACINQ / phoenix

Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments.
https://phoenix.acinq.co
Apache License 2.0
655 stars 97 forks source link

Allow users to see current CTX on-chain fees (s/vb) and allow them to guide CTX on-chain fee rate. #515

Open brianddk opened 8 months ago

brianddk commented 8 months ago

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 Phoenix 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.

I think the Advanced options under channel management screen may have room for these controls, and seems a logical place.