• 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
..
tests.sol.js Loading commit data...