mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 12:06:40 +00:00
[release/1.4.7] cmd/geth: fix the keystore path in the accounts help text
(cherry picked from commit 7c0eb47dfb)
This commit is contained in:
parent
7fb72dbcbf
commit
a93d63d576
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ either new or import). Without it you are not able to unlock your account.
|
||||||
|
|
||||||
Note that exporting your key in unencrypted format is NOT supported.
|
Note that exporting your key in unencrypted format is NOT supported.
|
||||||
|
|
||||||
Keys are stored under <DATADIR>/keys.
|
Keys are stored under <DATADIR>/keystore.
|
||||||
It is safe to transfer the entire directory or the individual keys therein
|
It is safe to transfer the entire directory or the individual keys therein
|
||||||
between ethereum nodes by simply copying.
|
between ethereum nodes by simply copying.
|
||||||
Make sure you backup your keys regularly.
|
Make sure you backup your keys regularly.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue