Skip to content

Commit 9899c5b

Browse files
committed
f: mention Trampoline in blinded constraint message
1 parent 8702626 commit 9899c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/onion_payment.rs

+1-1
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)