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
The identities.IterateMalicious doesn't check for married ATXs and thus yields the different set of malicious identities that you would get from going over every identity and calling identity.IsMalicious() for it, checking for true. identities.IterateMalicious is used during warmup.
Related code:
Description
The
identities.IterateMalicious
doesn't check for married ATXs and thus yields the different set of malicious identities that you would get from going over every identity and callingidentity.IsMalicious()
for it, checking fortrue
.identities.IterateMalicious
is used during warmup.Related code:
go-spacemesh/sql/identities/identities.go
Lines 84 to 85 in 5091028
Expected Behavior
identities.IsMalicious
should handle equivocation sets correctly.The text was updated successfully, but these errors were encountered: