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
When a non abstract contract has a constructor, and that constructor is "replaced" by an internal initializer in the transpiled version, then the transpiled version should not be deployable without the initializer being somehow exposed. Therefore, transpiled that have an internal initializer should be marked as abstract.
The text was updated successfully, but these errors were encountered:
When a non abstract contract has a constructor, and that constructor is "replaced" by an internal initializer in the transpiled version, then the transpiled version should not be deployable without the initializer being somehow exposed. Therefore, transpiled that have an internal initializer should be marked as abstract.
The text was updated successfully, but these errors were encountered: