You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.local.add_log(f"complaint {complaint['hash_hex']} declined: complaint created for non masterchain validator that created more than zero blocks", "info")
2388
+
ifvload["id"] >=config32['mainValidators']:
2389
+
self.local.add_log(f"complaint {complaint['hash_hex']} declined: complaint created for non masterchain validator", "info")
ifpseudohashinvalid_complaintsorpseudohashinvoted_complaints_pseudohashes: # do not create complaints that already created or voted by ourself
2589
2589
continue
2590
-
ifitem['id'] >=config['mainValidators']anditem["masterBlocksCreated"] +item["workBlocksCreated"] >0: # create complaints for non-masterchain validators only if they created 0 blocks
2590
+
ifitem['id'] >=config['mainValidators']: # do not create complaints for non-masterchain validators
0 commit comments