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

Remove non-ascii quotes.
This commit is contained in:
Alex Beregszaszi 2018-10-06 01:38:45 +01:00 committed by GitHub
commit 363b527bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -785,7 +785,7 @@ Topics allow you to search for events, for example when filtering a sequence of
blocks for certain events. You can also filter events by the address of the blocks for certain events. You can also filter events by the address of the
contract that emitted the event. contract that emitted the event.
For example, the code below uses the web3.js ``subscribe(“logs”)`` For example, the code below uses the web3.js ``subscribe("logs")``
`method <https://web3js.readthedocs.io/en/1.0/web3-eth-subscribe.html#subscribe-logs>`_ to filter `method <https://web3js.readthedocs.io/en/1.0/web3-eth-subscribe.html#subscribe-logs>`_ to filter
logs that match a topic with a certain address value: logs that match a topic with a certain address value: