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 dd65361 commit f1f6563Copy full SHA for f1f6563
lightning/src/blinded_path/payment.rs
@@ -230,7 +230,8 @@ mod tests {
230
231
#[test]
232
fn compute_payinfo() {
233
- // Taken from the spec example for aggregating blinded payment info.
+ // 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
235
let dummy_pk = PublicKey::from_slice(&[2; 33]).unwrap();
236
let path = vec![(dummy_pk, BlindedPaymentTlvs::Forward {
237
short_channel_id: 0,
0 commit comments