File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ pub struct Input {
102102 /// SHA256 hash to preimage map.
103103 #[ cfg_attr( feature = "serde" , serde( with = "crate::serde_utils::btreemap_byte_values" ) ) ]
104104 pub sha256_preimages : BTreeMap < sha256:: Hash , Vec < u8 > > ,
105- /// HSAH160 hash to preimage map.
105+ /// HASH160 hash to preimage map.
106106 #[ cfg_attr( feature = "serde" , serde( with = "crate::serde_utils::btreemap_byte_values" ) ) ]
107107 pub hash160_preimages : BTreeMap < hash160:: Hash , Vec < u8 > > ,
108- /// HAS256 hash to preimage map.
108+ /// HASH256 hash to preimage map.
109109 #[ cfg_attr( feature = "serde" , serde( with = "crate::serde_utils::btreemap_byte_values" ) ) ]
110110 pub hash256_preimages : BTreeMap < sha256d:: Hash , Vec < u8 > > ,
111111 /// Serialized Taproot signature with sighash type for key spend.
You can’t perform that action at this time.
0 commit comments