mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
console: fix JavaScript error capitalization
This commit is contained in:
parent
0fae73a506
commit
a9d8ead1a2
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ func (b *bridge) NewAccount(call otto.FunctionCall) (response otto.Value) {
|
|||
throwJSException(err.Error())
|
||||
}
|
||||
if password != confirm {
|
||||
throwJSException("Passwords don't match!")
|
||||
throwJSException("passwords don't match!")
|
||||
}
|
||||
|
||||
// A single string password was specified, use that
|
||||
|
|
|
|||
Loading…
Reference in a new issue