From 97cf7a3ac0edbade672abae4111740ff07794e23 Mon Sep 17 00:00:00 2001 From: jules01 Date: Thu, 6 Jul 2023 15:10:53 +0300 Subject: [PATCH] - compressed flags --- cmd/node/config/enableEpochs.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/node/config/enableEpochs.toml b/cmd/node/config/enableEpochs.toml index baf62e7a89a..fcbae8cd582 100644 --- a/cmd/node/config/enableEpochs.toml +++ b/cmd/node/config/enableEpochs.toml @@ -245,15 +245,15 @@ # RelayedNonceFixEnableEpoch represents the epoch when the nonce fix for relayed txs is enabled RelayedNonceFixEnableEpoch = 1 + # SetGuardianEnableEpoch represents the epoch when the guard account feature is enabled in the protocol + SetGuardianEnableEpoch = 1 + # BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers BLSMultiSignerEnableEpoch = [ { EnableEpoch = 0, Type = "no-KOSK"}, { EnableEpoch = 1, Type = "KOSK"} ] - # SetGuardianEnableEpoch represents the epoch when the guard account feature is enabled in the protocol - SetGuardianEnableEpoch = 2 - # MaxNodesChangeEnableEpoch holds configuration for changing the maximum number of nodes and the enabling epoch MaxNodesChangeEnableEpoch = [ { EpochEnable = 0, MaxNumNodes = 36, NodesToShufflePerShard = 4 },