Skip to content

Commit

Permalink
Improved desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzanitti committed Apr 20, 2024
1 parent 5070755 commit 408ebb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/ch02-lang/ch04-macros/ch01-builtins.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ push 0x08
# assert_eq!(output, &[0x60, 0x08]);
```

can only be compiled by specifying a hardfork using the `--hardfork` flag (the latest hardfork available by default) strictly after `London` and equal or older than `Cancun`.
can only be compiled by specifying a hardfork using the `--hardfork` flag (with the latest hardfork available as the default option) strictly after `London` and equal or older than `Cancun`. Non-closed ranges can also be used, as well as specific versions (e.g. `%hardfork(">london")`, `%hardfork("cancun")` and `%hardfork(">=cancun,<=cancun")` are all valids.`).

[abi]: https://docs.soliditylang.org/en/latest/abi-spec.html#function-selector

0 comments on commit 408ebb8

Please sign in to comment.