Baker: fix inconsistency in logging

This commit is contained in:
Vincent Botbol 2018-11-26 18:39:48 +01:00
parent 030916ed11
commit c13a7135f8
No known key found for this signature in database
GPG Key ID: A2CE1BDBED95DA38

View File

@ -661,7 +661,7 @@ let forge_block
(* Now for some logging *)
let total_op_count = List.length operations_arg in
let valid_op_count = List.length operations in
let valid_op_count = List.length (List.concat operations) in
lwt_log_info Tag.DSL.(fun f ->
f "Found %d valid operations (%d refused) for timestamp %a@.Computed fitness %a"
-% t event "found_valid_operations"