Remove non-ascii quotes.

This commit is contained in:
chriseth 2018-10-05 14:46:02 +02:00 committed by GitHub
parent 44c1293aa7
commit 6706f3eb96
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: