Fixed a typo within the basics/abi document
This commit is contained in:
parent
ad5f1c5fc7
commit
da8820e010
@ -62,7 +62,7 @@ _subsection: Event Data Representation
|
|||||||
When an Event is emitted from a contract, there are two places data is
|
When an Event is emitted from a contract, there are two places data is
|
||||||
logged in a Log: the **topics** and the **data**.
|
logged in a Log: the **topics** and the **data**.
|
||||||
|
|
||||||
An additonal fee is paid for each **topic**, but this affords a topic
|
An additional fee is paid for each **topic**, but this affords a topic
|
||||||
to be indexed in a bloom filter within the block, which allows efficient
|
to be indexed in a bloom filter within the block, which allows efficient
|
||||||
filtering.
|
filtering.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user