From 55119c6a7bdb92538728033652dc4d6a6c0a9220 Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+Fallengirl@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:23:59 +0200 Subject: [PATCH] fix errors input.rs --- bitcoin/src/psbt/map/input.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitcoin/src/psbt/map/input.rs b/bitcoin/src/psbt/map/input.rs index 66802623b..8f1f27537 100644 --- a/bitcoin/src/psbt/map/input.rs +++ b/bitcoin/src/psbt/map/input.rs @@ -102,10 +102,10 @@ pub struct Input { /// SHA256 hash to preimage map. #[cfg_attr(feature = "serde", serde(with = "crate::serde_utils::btreemap_byte_values"))] pub sha256_preimages: BTreeMap>, - /// HSAH160 hash to preimage map. + /// HASH160 hash to preimage map. #[cfg_attr(feature = "serde", serde(with = "crate::serde_utils::btreemap_byte_values"))] pub hash160_preimages: BTreeMap>, - /// HAS256 hash to preimage map. + /// HASH256 hash to preimage map. #[cfg_attr(feature = "serde", serde(with = "crate::serde_utils::btreemap_byte_values"))] pub hash256_preimages: BTreeMap>, /// Serialized Taproot signature with sighash type for key spend.