Update error.rs

This commit is contained in:
GarmashAlex 2025-04-24 16:30:44 +03:00 committed by GitHub
parent 1af34f92c5
commit 024f87e655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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),