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
In version 4, the to field in a transaction receipt from a contract deployment transaction would be null.
In version 5, the to field in a transaction receipt from a contract deployment transaction is undefined.
I think it should be null like version 4.
The text was updated successfully, but these errors were encountered:
I've made the change and tested it locally. I will hold off on publishing it until I've accumulated a few more changes, unless you need it more urgently.
In version 4, the
to
field in a transaction receipt from a contract deployment transaction would benull
.In version 5, the
to
field in a transaction receipt from a contract deployment transaction isundefined
.I think it should be
null
like version 4.The text was updated successfully, but these errors were encountered: