Skip to content

Commit c4fda75

Browse files
committed
Appease linter.
1 parent 4021400 commit c4fda75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/onion_utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ pub(super) fn build_onion_payloads(
233233
custom_tlvs: recipient_onion.custom_tlvs.clone(),
234234
sender_intended_htlc_amt_msat: value_msat,
235235
cltv_expiry_height: cltv,
236-
trampoline_packet: None
236+
trampoline_packet: None,
237237
});
238238
}
239239
} else {

0 commit comments

Comments
 (0)