1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #508 from MetaMask/FixAccountSelectionBug

Fix account selection bug
This commit is contained in:
Dan Finlay 2016-07-29 13:31:39 -07:00 committed by GitHub
commit 5b76f6f8ae
3 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## Current Master
## 2.7.3 2016-07-29
- Fix bug where changing an account would not update in a live Dapp.
## 2.7.2 2016-07-29
- Add Ethereum Classic to provider menu

View File

@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
"version": "2.7.2",
"version": "2.7.3",
"manifest_version": 2,
"description": "Ethereum Browser Extension",
"icons": {

View File

@ -165,6 +165,7 @@ module.exports = class MetamaskController {
function configToPublic (state) {
return {
provider: state.provider,
selectedAddress: state.selectedAccount,
}
}
// dump obj into store