Skip to content

Commit dd65361

Browse files
f subset->intersection
1 parent 1b7f453 commit dd65361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/blinded_path/payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub(super) fn compute_payinfo(
202202
htlc_minimum_msat: path.iter().map(|(_, tlvs)| tlvs.htlc_minimum_msat()).max().unwrap_or(0),
203203
// TODO: this field isn't present in route blinding encrypted data
204204
htlc_maximum_msat: 21_000_000 * 100_000_000 * 1_000, // Total bitcoin supply
205-
// TODO: when there are blinded hop features, take the subset of them here
205+
// TODO: when there are blinded hop features, take the intersection of them here
206206
features: BlindedHopFeatures::empty(),
207207
})
208208
}

0 commit comments

Comments
 (0)