ChannelCreationDecider: Onchain amount too low
Closed this issue · 1 comments
btchans commented
I have 1mil sats on my cln node.
(clboss plugin from latest githubg clone)
min-channel is set to 900000
max-channel is set to 5500000
2023-08-29T11:14:26.058Z INFO plugin-clboss: clboss 0.13A
2023-08-29T11:14:26.059Z INFO plugin-clboss: AmountSettingsHandler: Maximum channel size set by --clboss-max-channel to 5500000 satoshis.
2023-08-29T11:14:26.067Z INFO plugin-clboss: AmountSettingsHandler: Minimum channel size set by --clboss-min-channel to 900000 satoshis.
serveral UTXOS added up to 1.1mil sats
but clboss saying
2023-08-29T11:14:26.181Z INFO plugin-clboss: ChannelCreationDecider: Onchain amount too low, add 0.00755195 or more before we create channels. Will not create channels yet.
tsjk commented
Yeah, the minimum you set in the config is the minimum allowed.
The size that clboss deems as the minimum during operation is a different matter and depends on your total capacity.