Remove outdated documentation of a panic

This commit is contained in:
Valentine Wallace 2023-08-01 14:07:51 -07:00
parent 9473f1cb5f
commit 0c37488ff4
No known key found for this signature in database
GPG key ID: FD3E106A2CE099B4

View file

@ -1440,7 +1440,6 @@ mod fuzzy_internal_msgs {
pub struct OnionHopData { pub struct OnionHopData {
pub(crate) format: OnionHopDataFormat, pub(crate) format: OnionHopDataFormat,
/// The value, in msat, of the payment after this hop's fee is deducted. /// 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) amt_to_forward: u64,
pub(crate) outgoing_cltv_value: u32, pub(crate) outgoing_cltv_value: u32,
} }