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.
1 parent be23f5a commit e4406f0Copy full SHA for e4406f0
src/lib/work_selector/work_lib.ml
@@ -9,7 +9,7 @@ module Make (Inputs : Intf.Inputs_intf) = struct
9
let yojson_summary t =
10
let f = function
11
| Work_spec.Merge _ ->
12
- `String "merge"
+ `List [ `String "merge" ]
13
| Transition (_, witness) ->
14
Inputs.Transaction.yojson_summary
15
(Inputs.Transaction_witness.transaction witness)
0 commit comments