Skip to content

Commit a5ffebd

Browse files
f add link
1 parent 568dc82 commit a5ffebd

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
@@ -213,7 +213,8 @@ mod tests {
213213

214214
#[test]
215215
fn compute_payinfo() {
216-
// Taken from the spec example for aggregating blinded payment info.
216+
// Taken from the spec example for aggregating blinded payment info. See
217+
// https://github.com/lightning/bolts/blob/master/proposals/route-blinding.md#blinded-payments
217218
let dummy_pk = PublicKey::from_slice(&[2; 33]).unwrap();
218219
let path = vec![(dummy_pk, BlindedPaymentTlvs::Forward {
219220
short_channel_id: 0,

0 commit comments

Comments
 (0)