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 b61670b commit 8f853f5Copy full SHA for 8f853f5
docs/web3.eth.rst
@@ -170,18 +170,6 @@ The following properties are available on the ``web3.eth`` namespace.
170
2206939
171
172
173
-.. py:attribute:: Eth.protocol_version
174
-
175
- * Delegates to ``eth_protocolVersion`` RPC Method
176
177
- Returns the id of the current Ethereum protocol version.
178
179
- .. code-block:: python
180
181
- >>> web3.eth.protocol_version
182
- '63'
183
184
185
.. py:attribute:: Eth.chain_id
186
187
* Delegates to ``eth_chainId`` RPC Method
newsfragments/3183.docs.rst
@@ -0,0 +1 @@
1
+Remove docs reference for removed ``protocol_version`` RPC method
0 commit comments