Closed
Description
Users can currently approximate "I refuse all inbound channels" by doing something like setting ChannelHandshakeLimits::min_funding_satoshis
in UserConfig::peer_channel_config_limits
to something greater than 21 million BTC, but ideally we'd just have a simpler flag users can set instead.
Note that users today can always change their default-inbound config by setting ChannelManagerReadArgs::default_config
to anything they want.