File tree Expand file tree Collapse file tree 3 files changed +163
-166
lines changed
Expand file tree Collapse file tree 3 files changed +163
-166
lines changed Original file line number Diff line number Diff line change @@ -1020,9 +1020,11 @@ pub fn build(b: *std.Build) void {
10201020 module_state_transition .addImport ("metrics" , dep_metrics .module ("metrics" ));
10211021
10221022 module_fork_choice .addImport ("consensus_types" , module_consensus_types );
1023- module_fork_choice .addImport ("constants " , module_constants );
1023+ module_fork_choice .addImport ("config " , module_config );
10241024 module_fork_choice .addImport ("preset" , module_preset );
10251025 module_fork_choice .addImport ("state_transition" , module_state_transition );
1026+ module_fork_choice .addImport ("hex" , module_hex );
1027+ module_fork_choice .addImport ("constants" , module_constants );
10261028
10271029 module_download_era_files .addImport ("download_era_options" , options_module_download_era_options );
10281030
You can’t perform that action at this time.
0 commit comments