Skip to content

Commit 2aa8f9a

Browse files
f add link
1 parent 2275093 commit 2aa8f9a

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
@@ -220,7 +220,8 @@ mod tests {
220220

221221
#[test]
222222
fn compute_payinfo() {
223-
// Taken from the spec example for aggregating blinded payment info.
223+
// Taken from the spec example for aggregating blinded payment info. See
224+
// https://github.com/lightning/bolts/blob/master/proposals/route-blinding.md#blinded-payments
224225
let dummy_pk = PublicKey::from_slice(&[2; 33]).unwrap();
225226
let path = vec![(dummy_pk, BlindedPaymentTlvs::Forward {
226227
short_channel_id: 0,

0 commit comments

Comments
 (0)