Skip to content

Commit

Permalink
Fix typo in ToObject ShelleyUtxowPredFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucsanszky committed Apr 29, 2024
1 parent f358d21 commit f43d0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ instance
, Core.Crypto (Ledger.EraCrypto ledgerera)
) => ToObject (ShelleyUtxowPredFailure ledgerera) where
toObject _verb (ExtraneousScriptWitnessesUTXOW extraneousScripts) =
mconcat [ "kind" .= String "InvalidWitnessesUTXOW"
mconcat [ "kind" .= String "ExtraneousScriptWitnessesUTXOW"
, "extraneousScripts" .= Set.map renderScriptHash extraneousScripts
]
toObject _verb (InvalidWitnessesUTXOW wits') =
Expand Down

0 comments on commit f43d0df

Please sign in to comment.