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 3af44b4 commit 515ef25Copy full SHA for 515ef25
beacon_node/src/config.rs
@@ -837,7 +837,7 @@ pub fn get_config<E: EthSpec>(
837
client_config.chain.genesis_backfill = true;
838
}
839
840
- client_config.chain.genesis_backfill = cli_args.get_flag("complete-blob-backfill");
+ client_config.chain.complete_blob_backfill = cli_args.get_flag("complete-blob-backfill");
841
842
// Backfill sync rate-limiting
843
client_config.beacon_processor.enable_backfill_rate_limiting =
0 commit comments