We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 146f837 + 1287b37 commit ba1411eCopy full SHA for ba1411e
src/lib/mina_wire_types/mina_transaction.ml
@@ -10,9 +10,3 @@ end
10
module V2 = struct
11
type t = Mina_base.User_command.V2.t Poly.V2.t
12
end
13
-
14
-module Valid = struct
15
- module V2 = struct
16
- type t = Mina_base.User_command.Valid.V2.t Poly.V2.t
17
- end
18
-end
src/lib/mina_wire_types/test/type_equalities.ml
@@ -318,7 +318,6 @@ module Mina_transaction = struct
318
module W = WT.Mina_transaction
319
include Assert_equal1V2 (O.Poly.Stable) (W.Poly)
320
include Assert_equal0V2 (O.Stable) (W)
321
- include Assert_equal0V2 (O.Valid.Stable) (W.Valid)
322
323
324
module Mina_state = struct
0 commit comments