Skip to content

Commit 0c37488

Browse files
Remove outdated documentation of a panic
1 parent 9473f1c commit 0c37488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,6 @@ mod fuzzy_internal_msgs {
14401440
pub struct OnionHopData {
14411441
pub(crate) format: OnionHopDataFormat,
14421442
/// The value, in msat, of the payment after this hop's fee is deducted.
1443-
/// Message serialization may panic if this value is more than 21 million Bitcoin.
14441443
pub(crate) amt_to_forward: u64,
14451444
pub(crate) outgoing_cltv_value: u32,
14461445
}

0 commit comments

Comments
 (0)