We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c76f83 commit 9fb4d16Copy full SHA for 9fb4d16
lightning/src/blinded_path/payment.rs
@@ -220,7 +220,8 @@ mod tests {
220
221
#[test]
222
fn compute_payinfo() {
223
- // Taken from the spec example for aggregating blinded payment info.
+ // 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
225
let dummy_pk = PublicKey::from_slice(&[2; 33]).unwrap();
226
let path = vec![(dummy_pk, BlindedPaymentTlvs::Forward {
227
short_channel_id: 0,
0 commit comments