Skip to content

Commit a93d63d

Browse files
committed
[release/1.4.7] cmd/geth: fix the keystore path in the accounts help text
(cherry picked from commit 7c0eb47)
1 parent 7fb72db commit a93d63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/accountcmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ either new or import). Without it you are not able to unlock your account.
7070
7171
Note that exporting your key in unencrypted format is NOT supported.
7272
73-
Keys are stored under <DATADIR>/keys.
73+
Keys are stored under <DATADIR>/keystore.
7474
It is safe to transfer the entire directory or the individual keys therein
7575
between ethereum nodes by simply copying.
7676
Make sure you backup your keys regularly.

0 commit comments

Comments
 (0)