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 fe101b7 commit 7935577Copy full SHA for 7935577
1 file changed
lightning/src/blinded_path/message.rs
@@ -406,7 +406,8 @@ pub enum OffersContext {
406
///
407
/// Payment metadata is stored as a map from a numeric key to an arbitrary byte array value.
408
/// This allows for several types of metadata to be stored attached to a single payment. In the
409
- /// future some optional features of LDK may use some keys.
+ /// future some optional features of LDK may use some keys. For the sake of conflict
410
+ /// reduction, those features will attempt to use keys in the range 128-256.
411
412
/// Note that because this is included in the payment onion, its size must be tightly
413
/// constrained. More than a few hundred bytes and the payment will be entirely unpayable (with
0 commit comments