mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
parent
f7688ac3cf
commit
b3613232a2
@ -3,6 +3,7 @@
|
||||
## Current Master
|
||||
|
||||
- Add a check for improper Transaction data.
|
||||
- Now nicknaming new accounts "Account #" instead of "Wallet #" for clarity.
|
||||
|
||||
## 2.13.5 2016-10-18
|
||||
|
||||
|
@ -426,7 +426,7 @@ IdentityStore.prototype._loadIdentities = function () {
|
||||
// // add to ethStore
|
||||
this._ethStore.addAccount(ethUtil.addHexPrefix(address))
|
||||
// add to identities
|
||||
const defaultLabel = 'Wallet ' + (i + 1)
|
||||
const defaultLabel = 'Account ' + (i + 1)
|
||||
const nickname = configManager.nicknameForWallet(address)
|
||||
var identity = {
|
||||
name: nickname || defaultLabel,
|
||||
|
Loading…
Reference in New Issue
Block a user