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")
ifpseudohashinvalid_complaintsorpseudohashinvoted_complaints_pseudohashes: # do not create complaints that already created or voted by ourself
2526
2528
continue
2527
-
ifitem['id'] >=config['mainValidators']: # do not create complaints for non-masterchain validators
2529
+
ifitem['id'] >=config['mainValidators']anditem["masterBlocksCreated"] +item["workBlocksCreated"] >0: # create complaints for non-masterchain validators only if they created 0 blocks
0 commit comments