Skip to content

Commit 8f853f5

Browse files
committed
remove docs ref to protocol_version which was removed in pr2432
1 parent b61670b commit 8f853f5

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

docs/web3.eth.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,6 @@ The following properties are available on the ``web3.eth`` namespace.
170170
2206939
171171
172172
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-
185173
.. py:attribute:: Eth.chain_id
186174
187175
* Delegates to ``eth_chainId`` RPC Method

newsfragments/3183.docs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove docs reference for removed ``protocol_version`` RPC method

0 commit comments

Comments
 (0)