@@ -75,7 +75,7 @@ impl Json for PlutusData {
75
75
_ => Err ( Error :: UnexpectedArrayLength {
76
76
wanted: 1 ,
77
77
got: ctor_fields. len( ) ,
78
- parser: "Prelude.Maybe " . to_owned( ) ,
78
+ parser: "PlutusV1.PlutusData " . to_owned( ) ,
79
79
} ) ,
80
80
} ) ,
81
81
) ,
@@ -86,7 +86,7 @@ impl Json for PlutusData {
86
86
_ => Err ( Error :: UnexpectedArrayLength {
87
87
wanted: 1 ,
88
88
got: ctor_fields. len( ) ,
89
- parser: "Prelude.Maybe " . to_owned( ) ,
89
+ parser: "PlutusV1.PlutusData " . to_owned( ) ,
90
90
} ) ,
91
91
} ) ,
92
92
) ,
@@ -97,7 +97,7 @@ impl Json for PlutusData {
97
97
_ => Err ( Error :: UnexpectedArrayLength {
98
98
wanted: 1 ,
99
99
got: ctor_fields. len( ) ,
100
- parser: "Prelude.Maybe " . to_owned( ) ,
100
+ parser: "PlutusV1.PlutusData " . to_owned( ) ,
101
101
} ) ,
102
102
} ) ,
103
103
) ,
@@ -108,7 +108,7 @@ impl Json for PlutusData {
108
108
_ => Err ( Error :: UnexpectedArrayLength {
109
109
wanted: 1 ,
110
110
got: ctor_fields. len( ) ,
111
- parser: "Prelude.Maybe " . to_owned( ) ,
111
+ parser: "PlutusV1.PlutusData " . to_owned( ) ,
112
112
} ) ,
113
113
} ) ,
114
114
) ,
@@ -130,7 +130,7 @@ impl Json for PlutusData {
130
130
_ => Err ( Error :: UnexpectedArrayLength {
131
131
wanted: 1 ,
132
132
got: ctor_fields. len( ) ,
133
- parser: "Prelude.Maybe " . to_owned( ) ,
133
+ parser: "PlutusV1.PlutusData " . to_owned( ) ,
134
134
} ) ,
135
135
} ) ,
136
136
) ,
0 commit comments