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 previously mentioned on this other issue, we must relay only in one Transaction constructor and use overloads for any other case. Also if a complex construction it's needed, it should be done in a static method.
We should keep object constructions as simple as they are to prevent unexpected behaviors and potential vulnerabilities.
The text was updated successfully, but these errors were encountered:
As previously mentioned on this other issue, we must relay only in one
Transaction
constructor and use overloads for any other case. Also if a complex construction it's needed, it should be done in a static method.We should keep object constructions as simple as they are to prevent unexpected behaviors and potential vulnerabilities.
The text was updated successfully, but these errors were encountered: