Skip to content

Commit

Permalink
cmd/geth: proof-of-possession - allows getting the password from a fi…
Browse files Browse the repository at this point in the history
…le and changes formatting of the output (ethereum#676)
  • Loading branch information
kobigurk authored Dec 2, 2019
1 parent c805980 commit 9685c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/accountcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func accountProofOfPossession(ctx *cli.Context) error {

signer := common.HexToAddress(ctx.Args()[0])
message := common.HexToAddress(ctx.Args()[1])
account, _ := unlockAccount(ctx, ks, signer.String(), 0, nil)
account, _ := unlockAccount(ctx, ks, signer.String(), 0, utils.MakePasswordList(ctx))
var key []byte
var pop []byte
var err error
Expand Down

0 comments on commit 9685c31

Please sign in to comment.