electrum
electrum copied to clipboard
Allow selecting custom fees for LN channel open (funding tx)
Currently when opening a channel using the Qt GUI, the user can only use the fee slider to select a feerate for the funding transaction. We should allow entering arbitrary feerates.
Also, the open_channel CLI/RPC command should take an optional feerate parameter.
Re the kivy GUI, see https://github.com/spesmilo/electrum/issues/6710
I would also suggest allowing entering custom fees for normal txs and funding txs on Android. Currently, the user can select a feerate based on static (fee slider), ETA and Mempool options for normal txs and there's no way of changing the feerate on funding txs.
Right, see linked issue for that.