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 2c85a0d commit e08d3dcCopy full SHA for e08d3dc
lightning/src/ln/channelmanager.rs
@@ -2557,6 +2557,8 @@ pub struct ChannelManager<
2557
2558
/// SCID/SCID Alias -> forward infos.
2559
///
2560
+ /// Note that key of 0 means it's a trampoline payment.
2561
+ ///
2562
/// Note that because we may have an SCID Alias as the key we can have two entries per channel,
2563
/// though in practice we probably won't be receiving HTLCs for a channel both via the alias
2564
/// and via the classic SCID.
0 commit comments