mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
Remove outdated documentation of a panic
This commit is contained in:
parent
9473f1cb5f
commit
0c37488ff4
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue