Merge pull request #7396 from ethereum/chriseth-patch-2

[DOC] Clarify log functions
This commit is contained in:
chriseth 2019-09-11 12:05:12 +02:00 committed by GitHub
commit bbe1ac31a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ Low-Level Interface to Logs
It is also possible to access the low-level interface to the logging
mechanism via the functions ``log0``, ``log1``, ``log2``, ``log3`` and ``log4``.
``logi`` takes ``i + 1`` parameter of type ``bytes32``, where the first
Each function ``logi`` takes ``i + 1`` parameter of type ``bytes32``, where the first
argument will be used for the data part of the log and the others
as topics. The event call above can be performed in the same way as