Skip to content

Commit a69bf61

Browse files
Adjust constant.
1 parent 92cbcf8 commit a69bf61

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

multiversx_sdk_cli/localnet/config_default.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
from multiversx_sdk_cli.localnet.config_general import General
44
from multiversx_sdk_cli.localnet.config_networking import Networking
5-
from multiversx_sdk_cli.localnet.config_sharding import (Metashard,
6-
RegularShards)
7-
from multiversx_sdk_cli.localnet.config_software import (Software,
8-
SoftwareChainGo,
9-
SoftwareChainProxyGo,
10-
SoftwareResolution)
5+
from multiversx_sdk_cli.localnet.config_sharding import Metashard, RegularShards
6+
from multiversx_sdk_cli.localnet.config_software import (
7+
Software,
8+
SoftwareChainGo,
9+
SoftwareChainProxyGo,
10+
SoftwareResolution,
11+
)
1112

1213
general = General(
1314
log_level="*:DEBUG",

multiversx_sdk_cli/localnet/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
)
99

1010
# See https://github.com/multiversx/mx-chain-go/blob/master/cmd/node/config/config.toml.
11-
ROUNDS_PER_EPOCH_TO_MIN_ROUNDS_BETWEEN_EPOCHS_RATIO = 5
11+
ROUNDS_PER_EPOCH_TO_MIN_ROUNDS_BETWEEN_EPOCHS_RATIO = 4

0 commit comments

Comments
 (0)