We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc447f commit 75c7b20Copy full SHA for 75c7b20
src/lib/testing/integration_test_local_engine/mina_docker.ml
@@ -78,8 +78,12 @@ module Network_config = struct
78
(Genesis_ledger_helper.make_genesis_constants ~logger
79
~default:constants.genesis_constants runtime_config )
80
in
81
+ let constraint_constants =
82
+ Genesis_ledger_helper.make_constraint_constants
83
+ ~default:constants.constraint_constants test_config.proof_config
84
+ in
85
let constants : Test_config.constants =
- { constants with genesis_constants }
86
+ { constants with genesis_constants; constraint_constants }
87
88
let long_commit_id =
89
if String.is_substring Mina_version.commit_id ~substring:"[DIRTY]" then
0 commit comments