We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b485f17 commit 718bef8Copy full SHA for 718bef8
mytoncore/mytoncore.py
@@ -2586,6 +2586,8 @@ def GetValidatorsList(self, past=False):
2586
#end if
2587
if self.GetNetworkName() == "testnet":
2588
validatorsLoad = self.GetValidatorsLoad(start, end)
2589
+ else:
2590
+ validatorsLoad = []
2591
validators = config["validators"]
2592
electionId = config.get("startWorkTime")
2593
saveElectionEntries = self.GetSaveElectionEntries(electionId)
0 commit comments