From 024f87e655081b48fcccd25b4d776bcc9623c74a Mon Sep 17 00:00:00 2001 From: GarmashAlex Date: Thu, 24 Apr 2025 16:30:44 +0300 Subject: [PATCH] Update error.rs --- bitcoin/src/psbt/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/psbt/error.rs b/bitcoin/src/psbt/error.rs index dcf244ad3..58338ab69 100644 --- a/bitcoin/src/psbt/error.rs +++ b/bitcoin/src/psbt/error.rs @@ -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),