/// This means we do not send (have not sent) any `ChannelPaddingInstructionsUpdates` to the reactor,
pub fn reparameterize(&self, params: Arc<ChannelPaddingInstructionsUpdates>) -> Result<()> {
// but this type leaves the possibility open without requiring any backwards-incompatible changes.
#[cfg(any(test, feature = "testing"))] // Used by Channel::new_fake which is also feature=testing