remote-wallet: derivation-path
crate doesn't like empty trailing child indexes
This commit is contained in:
committed by
Trent Nelson
parent
3d12be29ec
commit
4ce4f04c58
@ -1,7 +1,11 @@
|
||||
use {
|
||||
core::{iter::IntoIterator, slice::Iter},
|
||||
derivation_path::{ChildIndex, DerivationPath as DerivationPathInner},
|
||||
std::{convert::{Infallible, TryFrom}, fmt, str::FromStr},
|
||||
std::{
|
||||
convert::{Infallible, TryFrom},
|
||||
fmt,
|
||||
str::FromStr,
|
||||
},
|
||||
thiserror::Error,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user