tonysprocket
Results
2
comments of
tonysprocket
Sure, when I'm deploying a proxy contract I want to get rid of the constructor in the library contract. So I replace it with an initialize function. In that initialize...
Ah, this made me go look at the initialize function again and I see it performs this check internally. I guess the only time this would actually be useful is...