fundchannel with a feerate set to 'urgent' leads to 5 sat/vb which, given the current state of the mempool leads to the transaction getting stuck in the mempool.
It seems these:
feerate values are not being calculated properly given the current state of the mempool. The documentation states that urgent (aim for next block) which is not the case.
fundchannelwith a feerate set to 'urgent' leads to 5 sat/vb which, given the current state of the mempool leads to the transaction getting stuck in the mempool.It seems these:
slownormalurgentfeerate values are not being calculated properly given the current state of the mempool. The documentation states that
urgent (aim for next block)which is not the case.