aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/passphrase.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts, cmd, internal, signer: add note about backing up the keystore (#19432)Kurkó Mihály2019-05-071-2/+3
| | | | | | | | | | | | * accounts: add note about backing up the keystore * cmd, accounts: move the printout to accountCreate * internal, signer: add info when new account is created via rpc * cmd, internal, signer: split logs * cmd/geth: make account new output a bit more verbose
* accounts/keystore: delete the redundant keystore in filename (#17930)Wenbiao Zheng2018-11-291-0/+355
* accounts/keystore: reduce file name length * accounts/keystore: reduce code line width