Skip to content

Commit 3455d14

Browse files
catch-21newhoggy
authored andcommitted
1 parent 95aa2a2 commit 3455d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-api/src/Cardano/Api/ScriptData.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ instance Error ScriptDataJsonSchemaError where
637637
++ LBS.unpack (Aeson.encode v)
638638
displayError (ScriptDataJsonBadObject v) =
639639
"JSON object does not match the schema.\nExpected a single field named "
640-
++ "\"int\", \"bytes\", \"string\", \"list\" or \"map\".\n"
640+
++ "\"int\", \"bytes\", \"list\" or \"map\".\n"
641641
++ "Unexpected object field(s): "
642642
++ LBS.unpack (Aeson.encode (KeyMap.fromList $ first Aeson.fromText <$> v))
643643
displayError (ScriptDataJsonBadMapPair v) =

0 commit comments

Comments
 (0)