Merge pull request #1283 from ethersphere/frontier/accounts

Account management improvements
This commit is contained in:
Jeffrey Wilcke
2015-07-04 03:40:23 -07:00
10 changed files with 364 additions and 180 deletions

View File

@ -133,7 +133,7 @@ var (
UnlockedAccountFlag = cli.StringFlag{
Name: "unlock",
Usage: "Unlock the account given until this program exits (prompts for password). '--unlock primary' unlocks the primary account",
Usage: "Unlock the account given until this program exits (prompts for password). '--unlock n' unlocks the n-th account in order or creation.",
Value: "",
}
PasswordFileFlag = cli.StringFlag{