Skip to content

Commit 89f2959

Browse files
authored
Update README.md
1 parent 6fc8a6a commit 89f2959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ myMethod.getViewValue.call(param) // New way
3333
Methods invoked the old way will return a transaction object instead of a value when run under coverage.
3434
See [issue #146](https://github.com/sc-forks/solidity-coverage/issues/146#issuecomment-342781441) for a more
3535
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`
36+
fork upgrade but does not require other code changes as long as your pragma is `<= 0.5.0` and you invoke `pure`
3737
methods using the `.call` postfix.
3838

3939
### Run

0 commit comments

Comments
 (0)