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
|
||||
}
|
||||
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
|
||||
} else {
|
||||
acc, err := be[0].(*keystore.KeyStore).NewAccount(resp.Text)
|
||||
|
|
|
|||
Loading…
Reference in a new issue