mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update api.go
This commit is contained in:
parent
f94c18ed98
commit
d0e66b1ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ func (api *SignerAPI) newAccount() (common.Address, error) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if confirmResp.Text != resp.Text {
|
if confirmResp.Text != resp.Text {
|
||||||
api.UI.ShowError("Passwords do not match! Please retry again.")
|
api.UI.ShowError("Passwords do not match! Please try again.")
|
||||||
break
|
break
|
||||||
} else {
|
} else {
|
||||||
acc, err := be[0].(*keystore.KeyStore).NewAccount(resp.Text)
|
acc, err := be[0].(*keystore.KeyStore).NewAccount(resp.Text)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue