Skip to content

Conversation

yann300
Copy link
Contributor

@yann300 yann300 commented Apr 26, 2021

to reproduce the issue:

contract C {
  error E();
  function f() public { revert E(); }
}

@yann300 yann300 requested a review from LianaHus April 26, 2021 20:33
@EthereumRemix EthereumRemix merged commit e19bed5 into master Apr 28, 2021
@EthereumRemix EthereumRemix deleted the ethers.js branch April 28, 2021 08:47
LianaHus pushed a commit that referenced this pull request Apr 28, 2021
to reproduce the issue:
```
contract C {
  error E();
  function f() public { revert E(); }
}
```
LianaHus pushed a commit that referenced this pull request Apr 28, 2021
to reproduce the issue:
```
contract C {
  error E();
  function f() public { revert E(); }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants