Remove outdated documentation of a panic
[rust-lightning] / lightning / src / ln / msgs.rs
index a514f4923268ce8639bafbb5065c43e6e1a7ea3d..cfee16033be236232392caef89d09b72967affdc 100644 (file)
@@ -1440,7 +1440,6 @@ mod fuzzy_internal_msgs {
        pub struct OnionHopData {
                pub(crate) format: OnionHopDataFormat,
                /// The value, in msat, of the payment after this hop's fee is deducted.
-               /// Message serialization may panic if this value is more than 21 million Bitcoin.
                pub(crate) amt_to_forward: u64,
                pub(crate) outgoing_cltv_value: u32,
        }