Skip to content

Commit e4406f0

Browse files
committed
Fix format of reporting merge SW traces
1 parent be23f5a commit e4406f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/work_selector/work_lib.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Make (Inputs : Intf.Inputs_intf) = struct
99
let yojson_summary t =
1010
let f = function
1111
| Work_spec.Merge _ ->
12-
`String "merge"
12+
`List [ `String "merge" ]
1313
| Transition (_, witness) ->
1414
Inputs.Transaction.yojson_summary
1515
(Inputs.Transaction_witness.transaction witness)

0 commit comments

Comments
 (0)