Update error.rs
This commit is contained in:
parent
1af34f92c5
commit
024f87e655
|
@ -96,7 +96,7 @@ pub enum Error {
|
|||
InvalidLeafVersion,
|
||||
/// Parsing error indicating a Taproot error
|
||||
Taproot(&'static str),
|
||||
/// Taproot tree deserilaization error
|
||||
/// Taproot tree deserialization error
|
||||
TapTree(crate::taproot::IncompleteBuilderError),
|
||||
/// Error related to an xpub key
|
||||
XPubKey(&'static str),
|
||||
|
|
Loading…
Reference in New Issue