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 af7da81 commit e94a095Copy full SHA for e94a095
lightning/src/blinded_path/mod.rs
@@ -223,7 +223,7 @@ impl BlindedPath {
223
///
224
/// While this may result in a smaller encoding, there is a trade off in that the path may
225
/// become invalid if the channel is closed or hasn't been propagated via gossip. Therefore,
226
- /// calling this many not be suitable for long-lived blinded paths.
+ /// calling this may not be suitable for long-lived blinded paths.
227
pub fn use_compact_introduction_node(&mut self, network_graph: &ReadOnlyNetworkGraph) {
228
if let IntroductionNode::NodeId(pubkey) = &self.introduction_node {
229
let node_id = NodeId::from_pubkey(pubkey);
0 commit comments