Skip to content

Commit

Permalink
Revert "set shuffle_shard_assignment_for_chunk_producers for mocknet"
Browse files Browse the repository at this point in the history
This reverts commit f128755.
  • Loading branch information
pugachAG committed Nov 8, 2024
1 parent f128755 commit 7a4eae6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/primitives/src/epoch_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ impl AllEpochConfig {
// need to support it here. Consider removing `epoch_length` from
// EpochConfig.
config.epoch_length = self.epoch_length;
if self.chain_id == near_primitives_core::chains::MOCKNET {
config.validator_selection_config.shuffle_shard_assignment_for_chunk_producers =
true;
}
config
} else {
self.generate_epoch_config(protocol_version)
Expand Down

0 comments on commit 7a4eae6

Please sign in to comment.