Skip to content

Commit 40d625e

Browse files
authored
Merge pull request #17923 from MinaProtocol/georgeee/fix-sw-trace-merge
Fix format of reporting merge SW traces
2 parents f86f4a3 + e4406f0 commit 40d625e

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)