Skip to content

Commit f1f6563

Browse files
f add link
1 parent dd65361 commit f1f6563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/blinded_path/payment.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ mod tests {
230230

231231
#[test]
232232
fn compute_payinfo() {
233-
// Taken from the spec example for aggregating blinded payment info.
233+
// Taken from the spec example for aggregating blinded payment info. See
234+
// https://github.com/lightning/bolts/blob/master/proposals/route-blinding.md#blinded-payments
234235
let dummy_pk = PublicKey::from_slice(&[2; 33]).unwrap();
235236
let path = vec![(dummy_pk, BlindedPaymentTlvs::Forward {
236237
short_channel_id: 0,

0 commit comments

Comments
 (0)