• Matt Gucci's avatar
    Suppress warnings about events without "emit" · 4ff42d89
    Matt Gucci authored
    When I first start the Remix IDE, the following warnings are shown in the Compile tab.
    
    ```
    remix_tests.sol:13:5: Warning: Invoking events without "emit" prefix is deprecated.
        AssertionEvent(result, message);
        ^-----------------------------^
    ```
    
    To avoid this, add `emit` in front.
    4ff42d89
Name
Last commit
Last update
bin Loading commit data...
examples Loading commit data...
sol Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
README.md Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...