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