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 568dc82 commit a5ffebdCopy full SHA for a5ffebd
lightning/src/blinded_path/payment.rs
@@ -213,7 +213,8 @@ mod tests {
213
214
#[test]
215
fn compute_payinfo() {
216
- // Taken from the spec example for aggregating blinded payment info.
+ // 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
218
let dummy_pk = PublicKey::from_slice(&[2; 33]).unwrap();
219
let path = vec![(dummy_pk, BlindedPaymentTlvs::Forward {
220
short_channel_id: 0,
0 commit comments