Skip to content

Commit 0f90083

Browse files
authored
Added ComputeRewardCheckpointEnableEpoch to config
1 parent ea16f84 commit 0f90083

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

erdpy/testnet/node_config_toml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def patch_enable_epochs(data: ConfigDict, testnet_config: TestnetConfiguration):
8080
enable_epochs['GlobalMintBurnDisableEpoch'] = 0
8181
enable_epochs['ESDTTransferRoleEnableEpoch'] = 0
8282
enable_epochs['BuiltInFunctionOnMetaEnableEpoch'] = 0
83+
enable_epochs['ComputeRewardCheckpointEnableEpoch'] = 5
8384

8485
enable_epochs['MaxNodesChangeEnableEpoch'] = [
8586
{'EpochEnable': 0, 'MaxNumNodes': 36, 'NodesToShufflePerShard': 4},

0 commit comments

Comments
 (0)