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
Child(clone).init(address(this));
Child contract has init function.
TypeError: Explicit type conversion not allowed from non-payable "address" to "contract Child", which has a payable fallback function.
The text was updated successfully, but these errors were encountered:
Child(clone).init(address(this));
Child contract has init function.
TypeError: Explicit type conversion not allowed from non-payable "address" to "contract Child", which has a payable fallback function.
The text was updated successfully, but these errors were encountered: