Currently, users have no way to see the counterparty-set channel_reserve_satoshis in Event::OpenChannelRequest. We should add a corresponding field to ChannelParameters so that users can choose to reject inbound channels based on the counterparty-provided value.
Currently, users have no way to see the counterparty-set
channel_reserve_satoshisinEvent::OpenChannelRequest. We should add a corresponding field toChannelParametersso that users can choose to reject inbound channels based on the counterparty-provided value.