mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Omit the mention of topics
This commit is contained in:
parent
6f0941a510
commit
7375fc24c0
@ -902,7 +902,7 @@ the ``dup`` and ``swap`` instructions as well as ``jump`` instructions, labels a
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
| invalid() | `-` | F | end execution with invalid instruction |
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
| log0(p, s) | `-` | F | log data mem[p...(p+s)) without topics |
|
||||
| log0(p, s) | `-` | F | log data mem[p...(p+s)) |
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
| log1(p, s, t1) | `-` | F | log data mem[p...(p+s)) with topic t1 |
|
||||
+-------------------------+-----+---+-----------------------------------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user