We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9997f55 commit 123d3bdCopy full SHA for 123d3bd
docs/filters.rst
@@ -111,7 +111,7 @@ will return a new :class:`BlockFilter` object.
111
``TransactionFilter`` is a subclass of :class:`Filter`.
112
113
You can setup a filter for new blocks using ``web3.eth.filter('pending')`` which
114
-will return a new :class:`BlockFilter` object.
+will return a new :class:`TransactionFilter` object.
115
116
.. code-block:: python
117
newsfragments/2444.doc.rst
@@ -0,0 +1 @@
1
+Doc fix: Pending transaction filter returns a ``TransactionFilter`` not a ``BlockFilter``
0 commit comments