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 456aa21 commit 4c6d78dCopy full SHA for 4c6d78d
src/descriptor/key.rs
@@ -855,7 +855,6 @@ fn parse_xkey_deriv<K: InnerXKey>(
855
// step all the vectors of indexes contain a single element. If it did though, one of the
856
// vectors contains more than one element.
857
// Now transform this list of vectors of steps into distinct derivation paths.
858
- .into_iter()
859
.fold(Ok(Vec::new()), |paths, index_list| {
860
let mut paths = paths?;
861
let mut index_list = index_list?.into_iter();
0 commit comments