File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments