Problem with open channel: Exception('LocalConfig.MUST set channel_reserv_satoshis greater than or equal to dust_limit_satoshis')
I couldn't find where to set it in the settings 'dust_limit_satoshis'
That error was due to your attempted open channel's fund is lower than 0.000547BTC.
You'll get a different error if it's lower than Electrum's minimum which is
Exception('funding_sat too low: xxxx < 200000')Unfortunately, there's no settings to override it.