diff --git a/src/proto_alpha/lib_protocol/src/constants_repr.ml b/src/proto_alpha/lib_protocol/src/constants_repr.ml index b1e8af1df..0506d9f72 100644 --- a/src/proto_alpha/lib_protocol/src/constants_repr.ml +++ b/src/proto_alpha/lib_protocol/src/constants_repr.ml @@ -80,7 +80,7 @@ let default = { max_signing_slot = 15 ; max_gas = 40_000 ; proof_of_work_threshold = - Int64.(lognot (sub (shift_left 1L 56) 1L)) ; + Int64.(sub (shift_left 1L 56) 1L) ; bootstrap_keys = List.map read_public_key [ "dd5d3536916765fd00a8cd402bddd34e87b49ae5159c43b8feecfd9f06b267d2" ;