Skip to content

Commit 095d759

Browse files
f re-add missing comment
1 parent 36bb2ea commit 095d759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/msgs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,7 @@ mod fuzzy_internal_msgs {
14451445
pub(crate) enum OutboundOnionPayload {
14461446
Forward {
14471447
short_channel_id: u64,
1448+
/// The value, in msat, of the payment after this hop's fee is deducted.
14481449
amt_to_forward: u64,
14491450
outgoing_cltv_value: u32,
14501451
},

0 commit comments

Comments
 (0)