From 9248d63e8ab112e2161914938ea690ea17d2be7c Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Mon, 5 Feb 2024 21:07:41 +0200 Subject: [PATCH] - fixed typo --- cmd/node/config/enableEpochs.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/node/config/enableEpochs.toml b/cmd/node/config/enableEpochs.toml index a1ca0008fad..424dae563db 100644 --- a/cmd/node/config/enableEpochs.toml +++ b/cmd/node/config/enableEpochs.toml @@ -298,7 +298,7 @@ # MaxNodesChangeEnableEpoch holds configuration for changing the maximum number of nodes and the enabling epoch MaxNodesChangeEnableEpoch = [ - { EpochEnable = 0, MaxNumNodes = 48, NodesToShufflePerShard = 4 }, # 4 shuffled out keys / shard will not get reached normally + { EpochEnable = 0, MaxNumNodes = 48, NodesToShufflePerShard = 4 }, # 4 shuffled out keys / shard will not be reached normally { EpochEnable = 1, MaxNumNodes = 64, NodesToShufflePerShard = 2 } ]