As the title says, when deploying a valid secret contract bytecode with an invalid constructor, such as Fn='not a valid construct()';, the deployment succeeds, seemingly ignoring the constructor function passed as an argument.
Is this the intended behavior, or should it fail?
As the title says, when deploying a valid secret contract bytecode with an invalid constructor, such as
Fn='not a valid construct()';, the deployment succeeds, seemingly ignoring the constructor function passed as an argument.Is this the intended behavior, or should it fail?