Skip to content

Commit 7935577

Browse files
committed
f msg docs
1 parent fe101b7 commit 7935577

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lightning/src/blinded_path/message.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,8 @@ pub enum OffersContext {
406406
///
407407
/// Payment metadata is stored as a map from a numeric key to an arbitrary byte array value.
408408
/// 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.
409+
/// 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.
410411
///
411412
/// Note that because this is included in the payment onion, its size must be tightly
412413
/// constrained. More than a few hundred bytes and the payment will be entirely unpayable (with

0 commit comments

Comments
 (0)