Skip to content

Commit bf8e046

Browse files
committed
Cleanup doc referencing older Geth version
1 parent 0ba2a1e commit bf8e046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/web3.geth.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ The following methods are available on the ``web3.geth.personal`` namespace.
293293

294294
Unlocks the given ``account`` for ``duration`` seconds.
295295
If ``duration`` is ``None``, then the account will remain unlocked
296-
for 300 seconds (which is current default by Geth v1.10.15);
297-
if ``duration`` is set to ``0``, the account will remain unlocked indefinitely.
298-
Returns boolean as to whether the account was successfully unlocked.
296+
for the current default duration set by Geth. If ``duration`` is set to ``0``,
297+
the account will remain unlocked indefinitely.
298+
Returns a ``boolean`` signifying whether the account was unlocked successfully.
299299

300300
.. code-block:: python
301301

0 commit comments

Comments
 (0)