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
log an event without an emit keyword has been deprecated and doesn't work in new version of solidity.
Yes. emit didn't exist in old versions of Solidity. Then it was added, and now it is mandatory without it compiler will throw an error.
It's advise to update the repo to the new syntax since a lot of people will be using the new version of solidity to write their code
The text was updated successfully, but these errors were encountered:
log an event without an emit keyword has been deprecated and doesn't work in new version of solidity.
Yes. emit didn't exist in old versions of Solidity. Then it was added, and now it is mandatory without it compiler will throw an error.
It's advise to update the repo to the new syntax since a lot of people will be using the new version of solidity to write their code
The text was updated successfully, but these errors were encountered: