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
As mentioned in #658, serix doesn't check if the immutable features for an account output are valid.
This is because the AccountOutputImmFeatures are a slice of interfaces, and serix jumps into the encodeSlice code path, where it is never checked if the objects are registered for that interface.
The text was updated successfully, but these errors were encountered:
As mentioned in #658, serix doesn't check if the immutable features for an account output are valid.
This is because the
AccountOutputImmFeatures
are a slice of interfaces, and serix jumps into theencodeSlice
code path, where it is never checked if the objects are registered for that interface.The text was updated successfully, but these errors were encountered: