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 bf84a53 commit c51e00aCopy full SHA for c51e00a
modules/alert_bot.py
@@ -206,7 +206,7 @@ def check_validator_wallet_balance(self):
206
def check_efficiency(self):
207
if not self.ton.using_validator():
208
return
209
- validator = self.validator_module.find_myself(self.ton.GetValidatorsList(fast=True))
+ validator = self.validator_module.find_myself(self.ton.GetValidatorsList())
210
if validator is None or validator.is_masterchain is False or validator.efficiency is None:
211
212
config34 = self.ton.GetConfig34()
0 commit comments