Skip to content

Commit 0d6a8e6

Browse files
committed
runtime-sdk: Fix typo in modules/evm/README.md
Also mention the behavior is in line with Ethereum Dencun upgrade.
1 parent d50ec1a commit 0d6a8e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

runtime-sdk/modules/evm/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ of EVM-compatible smart contracts.
55

66
## Known Divergence from Ethereum
77

8-
* `SELFDISTRUCT` op code is unsupported. Invoking `SELFDESTRUCT` will result in
8+
* `SELFDESTRUCT` op code is disabled. Invoking `SELFDESTRUCT` will result in
99
a transaction being reverted. Solving this would require either inefficient
1010
iteration over all storage keys, a special storage operation for removing
11-
prefixes or some form of generational storage.
11+
prefixes or some form of generational storage. This behavior is also in line
12+
with the Ethereum Dencun upgrade.
1213

1314
* `COINBASE` op code always returns an all-zero address.
1415

0 commit comments

Comments
 (0)