Skip to content

Commit 4c93f50

Browse files
committed
f: mention Trampoline in blinded constraint message
1 parent 1e99b69 commit 4c93f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/onion_payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ pub(super) fn create_recv_pending_htlc_info(
296296
InboundHTLCErr {
297297
err_code: INVALID_ONION_BLINDING,
298298
err_data: vec![0; 32],
299-
msg: "Amount or cltv_expiry violated blinded payment constraints",
299+
msg: "Amount or cltv_expiry violated blinded payment constraints within Trampoline onion",
300300
}
301301
})?;
302302
let payment_data = msgs::FinalOnionHopData { payment_secret, total_msat };

0 commit comments

Comments
 (0)