descriptors: mention origin requirement in invalid key error
This commit is contained in:
parent
16951ca78c
commit
72fc42bc38
@ -58,7 +58,7 @@ impl std::fmt::Display for LianaDescError {
|
||||
Self::InvalidKey(key) => {
|
||||
write!(
|
||||
f,
|
||||
"Invalid key '{}'. Need a wildcard ('ranged') xpub with a multipath for (and only for) deriving change addresses. That is, an xpub of the form 'xpub.../<0;1>/*'.",
|
||||
"Invalid key '{}'. Need a wildcard ('ranged') xpub with an origin and a multipath for (and only for) deriving change addresses. That is, an xpub of the form '[aaff0099]xpub.../<0;1>/*'.",
|
||||
key
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user