fixed typos

This commit is contained in:
alessandrokonrad
2022-09-19 13:48:05 +02:00
parent 4a6496db3f
commit ea735428dd
2 changed files with 8 additions and 8 deletions

View File

@@ -21,8 +21,8 @@ pub enum Error {
missing: Vec<String>,
extra: Vec<String>,
},
#[error("Extranous redeemer found: Tag {:?}, Index {}", tag, index)]
ExtranousRedeemer { tag: String, index: u32 },
#[error("Extraneous redeemer found: Tag {:?}, Index {}", tag, index)]
ExtraneousRedeemer { tag: String, index: u32 },
#[error("Resolved Input not found")]
ResolvedInputNotFound,
#[error("A key hash cannot be the hash of a script")]