https://gitlab.com/tezos/tezos
Revision ab94f9f36738716bf6f23e23cf003974be30c1c4 authored by Philippe Wang on 27 June 2023, 17:22:55 UTC, committed by Marge Bot on 28 June 2023, 21:57:14 UTC
to `staking_over_baking_global_limit` to not mistake it with the baker's one

fix https://gitlab.com/tezos/tezos/-/issues/5755
1 parent 36545f1
Raw File
Tip revision: ab94f9f36738716bf6f23e23cf003974be30c1c4 authored by Philippe Wang on 27 June 2023, 17:22:55 UTC
Proto/Adaptive inflation: rename parameter `staking_over_baking_limit`
Tip revision: ab94f9f
dune-workspace
(lang dune 3.0)

(env
 (dev
  (flags (:standard -w @1..72-4-40..42-44-45-48-58-60-67-69-70))
  (js_of_ocaml (runtest_alias runtest_js)))
 (release
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (static
  (js_of_ocaml (runtest_alias runtest_js))
  (ocamlopt_flags (:standard -O3)))
 (_ (js_of_ocaml (runtest_alias runtest_js))))

(context (default (paths (ORIGINAL_PATH :standard))))

; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.
back to top