Skip to content

Commit 7add95d

Browse files
committed
bugfix
1 parent d602646 commit 7add95d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mytoncore/mytoncore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,8 +2347,6 @@ def CheckComplaint(self, file_path: str):
23472347
self.local.add_log("start CheckComplaint function", "debug")
23482348
cmd = "loadproofcheck {filePath}".format(filePath=file_path)
23492349
result = self.liteClient.Run(cmd, timeout=30)
2350-
if 'error' in result.lower():
2351-
return self.check_invalid_complaint(file_path)
23522350
lines = result.split('\n')
23532351
ok = False
23542352
for line in lines:

0 commit comments

Comments
 (0)