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 12d8847 commit 568dc82Copy full SHA for 568dc82
lightning/src/blinded_path/payment.rs
@@ -185,7 +185,7 @@ pub(super) fn compute_payinfo(
185
htlc_minimum_msat: path.iter().map(|(_, tlvs)| tlvs.htlc_minimum_msat()).max().unwrap_or(0),
186
// TODO: this field isn't present in route blinding encrypted data
187
htlc_maximum_msat: 21_000_000 * 100_000_000 * 1_000, // Total bitcoin supply
188
- // TODO: when there are blinded hop features, take the subset of them here
+ // TODO: when there are blinded hop features, take the intersection of them here
189
features: BlindedHopFeatures::empty(),
190
})
191
}
0 commit comments