mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +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(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,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue