Skip to content

Commit 048fadc

Browse files
committed
Updated enum docs for MultiPath
1 parent 1d86b41 commit 048fadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/src/descriptor/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub enum Error {
2121
InvalidDescriptorChecksum,
2222
/// The descriptor contains hardened derivation steps on public extended keys
2323
HardenedDerivationXpub,
24-
/// The descriptor contains multipath keys
24+
/// The descriptor contains multipath keys with an invalid number of paths (must have exactly 2 paths for receive and change)
2525
MultiPath,
2626
/// Error thrown while working with [`keys`](crate::keys)
2727
Key(crate::keys::KeyError),

0 commit comments

Comments
 (0)