Skip to content

Commit 584075b

Browse files
f docs
1 parent 957b17f commit 584075b

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

lightning/src/blinded_path/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ impl BlindedPath {
8080
/// in `path` will be the destination node.
8181
///
8282
/// Errors if:
83-
/// * `path` is empty
84-
/// * a node id in `path` is invalid
83+
/// * a provided node id is invalid
8584
/// * [`BlindedPayInfo`] calculation results in an integer overflow
8685
/// * any unknown features are required in the provided [`ForwardTlvs`]
8786
///

0 commit comments

Comments
 (0)