We should update our default dust_limit_satoshis to 4 000 sats since we're now always using 0-fee HTLC transactions. This requires other implementations to accept it though, so we need the following issues to be closed and the corresponding implementation to be released:
Note that cln already allows using a high dust_limit_satoshis value.
We should update our default
dust_limit_satoshisto4 000 satssince we're now always using 0-fee HTLC transactions. This requires other implementations to accept it though, so we need the following issues to be closed and the corresponding implementation to be released:dust_limit_satoshiswhenanchor_outputs_zero_fee_htlc_txis used lightningnetwork/lnd#10375dust_limit_satoshiswhenanchor_outputs_zero_fee_htlc_txis used lightningdevkit/rust-lightning#4225Note that
clnalready allows using a highdust_limit_satoshisvalue.