Merge pull request #1605 from TheBlueMatt/2022-07-smaller-mpp-parts
[rust-lightning] / lightning / src / routing / gossip.rs
index b03acfb8970fc07dc6c8eefdb98251348fd62746..10ce74b971e6eebd13054257826aa78cbec94276 100644 (file)
@@ -816,10 +816,6 @@ impl<'a> DirectedChannelInfoWithUpdate<'a> {
        /// Returns the [`EffectiveCapacity`] of the channel in the direction.
        #[inline]
        pub(super) fn effective_capacity(&self) -> EffectiveCapacity { self.inner.effective_capacity() }
-
-       /// Returns the maximum HTLC amount allowed over the channel in the direction.
-       #[inline]
-       pub(super) fn htlc_maximum_msat(&self) -> u64 { self.inner.htlc_maximum_msat() }
 }
 
 impl<'a> fmt::Debug for DirectedChannelInfoWithUpdate<'a> {