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 d602646 commit 7add95dCopy full SHA for 7add95d
mytoncore/mytoncore.py
@@ -2347,8 +2347,6 @@ def CheckComplaint(self, file_path: str):
2347
self.local.add_log("start CheckComplaint function", "debug")
2348
cmd = "loadproofcheck {filePath}".format(filePath=file_path)
2349
result = self.liteClient.Run(cmd, timeout=30)
2350
- if 'error' in result.lower():
2351
- return self.check_invalid_complaint(file_path)
2352
lines = result.split('\n')
2353
ok = False
2354
for line in lines:
0 commit comments