We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc8a6a commit 89f2959Copy full SHA for 89f2959
README.md
@@ -33,7 +33,7 @@ myMethod.getViewValue.call(param) // New way
33
Methods invoked the old way will return a transaction object instead of a value when run under coverage.
34
See [issue #146](https://github.com/sc-forks/solidity-coverage/issues/146#issuecomment-342781441) for a more
35
detailed explanation. `0.3.5` is an intermediate release that contains the Byzantium
36
-fork upgrade but does not require other code changes as long as your pragma is `<= 0.4.17` and you invoke `pure`
+fork upgrade but does not require other code changes as long as your pragma is `<= 0.5.0` and you invoke `pure`
37
methods using the `.call` postfix.
38
39
### Run
0 commit comments