Address PR comments
[rust-lightning] / src / ln / channel.rs
index 0deaf8ca3f10c3350a0cb1dd6d5bbbe54b3237f1..cd529f5c80120c47dc89da26c786b6e121d5f13d 100644 (file)
@@ -271,6 +271,9 @@ pub(super) struct Channel {
        // is received. holding_cell_update_fee is updated when there are additional
        // update_fee() during ChannelState::AwaitingRemoteRevoke.
        holding_cell_update_fee: Option<u64>,
+       #[cfg(test)]
+       pub next_local_htlc_id: u64,
+       #[cfg(not(test))]
        next_local_htlc_id: u64,
        #[cfg(test)]
        pub next_remote_htlc_id: u64,