Skip to content

Commit e94a095

Browse files
committed
f - fix docs oops
1 parent af7da81 commit e94a095

File tree

1 file changed

+1
-1
lines changed
  • lightning/src/blinded_path

1 file changed

+1
-1
lines changed

lightning/src/blinded_path/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ impl BlindedPath {
223223
///
224224
/// While this may result in a smaller encoding, there is a trade off in that the path may
225225
/// 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.
226+
/// calling this may not be suitable for long-lived blinded paths.
227227
pub fn use_compact_introduction_node(&mut self, network_graph: &ReadOnlyNetworkGraph) {
228228
if let IntroductionNode::NodeId(pubkey) = &self.introduction_node {
229229
let node_id = NodeId::from_pubkey(pubkey);

0 commit comments

Comments
 (0)