Closing Channel problem

Hi ! I have problem, a long time ago I starting closed channel but I don’t see transaction in mempool
open

closing


If you don’t already have it. Install the mempool.space on your umbrel and check to see if you can see the tx there ?

I restarted Umbrel and now see transaction but fee is low
https://mempool.space/tx/0546ba9af4cd114ff8ad4e5e6171a1bb0ecf7c291bafdce1fee3393affea307d

ok seems broadcasted
so you need to do a ReplaceByFee RBF
maybe youse lightning terminal for that

forceclose:
lncli closechannel --force channel_point 0

RBF:
lncli wallet bumpfee --force --sat_per_vbyte (choose sats/vB) (closing_txid:0)

replace in ()

cheers