Skip to content

Commit

Permalink
correct misspellings and update referenced geth version
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Jan 28, 2022
1 parent 7723030 commit b50a036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/web3.geth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ The following methods are available on the ``web3.geth.personal`` namespace.

Unlocks the given ``account`` for ``duration`` seconds.
If ``duration`` is ``None``, then the account will remain unlocked
for 300 seconds (which is current default by Geth v1.9.5);
for 300 seconds (which is current default by Geth v1.10.15);
if ``duration`` is set to ``0``, the account will remain unlocked indefinitely.
Returns boolean as to whether the account was successfully unlocked.

Expand Down Expand Up @@ -356,7 +356,7 @@ The following methods are available on the ``web3.geth.txpool`` namespace.
* Delegates to ``txpool_inspect`` RPC Method

Returns a textual summary of all transactions currently pending for
inclusing in the next block(s) as will as ones that are scheduled for
inclusion in the next block(s) as well as ones that are scheduled for
future execution.

.. code-block:: python
Expand Down Expand Up @@ -418,7 +418,7 @@ The following methods are available on the ``web3.geth.txpool`` namespace.
* Delegates to ``txpool_status`` RPC Method

Returns a textual summary of all transactions currently pending for
inclusing in the next block(s) as will as ones that are scheduled for
inclusion in the next block(s) as well as ones that are scheduled for
future execution.

.. code-block:: python
Expand Down

0 comments on commit b50a036

Please sign in to comment.