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:
commit
5b76f6f8ae
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Current Master
|
## 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
|
## 2.7.2 2016-07-29
|
||||||
|
|
||||||
- Add Ethereum Classic to provider menu
|
- Add Ethereum Classic to provider menu
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "2.7.2",
|
"version": "2.7.3",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
@ -165,6 +165,7 @@ module.exports = class MetamaskController {
|
|||||||
function configToPublic (state) {
|
function configToPublic (state) {
|
||||||
return {
|
return {
|
||||||
provider: state.provider,
|
provider: state.provider,
|
||||||
|
selectedAddress: state.selectedAccount,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// dump obj into store
|
// dump obj into store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user