We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9473f1c commit 0c37488Copy full SHA for 0c37488
lightning/src/ln/msgs.rs
@@ -1440,7 +1440,6 @@ mod fuzzy_internal_msgs {
1440
pub struct OnionHopData {
1441
pub(crate) format: OnionHopDataFormat,
1442
/// 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.
1444
pub(crate) amt_to_forward: u64,
1445
pub(crate) outgoing_cltv_value: u32,
1446
}
0 commit comments