aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/plain_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: replace passPHRASE with passWORD in user interactions (#19932)SjonHortensius2019-08-121-1/+1
| | | | | | | | | * Ref #19906 - replace passPHRASE with passWORD in any user interactions this skips doccomments and variablenames to minimize impact. It does however include a rename of the `ethkey` `changepassphrase` parameter * console: fix JavaScript error capitalization
* accounts/keystore: delete the redundant keystore in filename (#17930)Wenbiao Zheng2018-11-291-0/+266
* accounts/keystore: reduce file name length * accounts/keystore: reduce code line width