mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix typo
This commit is contained in:
parent
0c0c0051e4
commit
c0637f8d6a
@ -95,7 +95,7 @@ IdentityStore.prototype.getState = function () {
|
||||
isUnlocked: this._isUnlocked(),
|
||||
seedWords: seedWords,
|
||||
isDisclaimerConfirmed: configManager.getConfirmedDisclaimer(),
|
||||
tselectedAddress: configManager.getSelectedAccount(),
|
||||
selectedAddress: configManager.getSelectedAccount(),
|
||||
gasMultiplier: configManager.getGasMultiplier(),
|
||||
}))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user