mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Merge branch 'master' into AddEthClassic
This commit is contained in:
commit
6151339840
@ -3,6 +3,7 @@
|
||||
## Current Master
|
||||
|
||||
- Add Ethereum Classic to provider menu
|
||||
- Fix bug where host store would fail to receive updates.
|
||||
|
||||
## 2.7.1 2016-07-27
|
||||
|
||||
|
@ -52,7 +52,7 @@ HostStore.prototype.set = function (key, value) {
|
||||
|
||||
HostStore.prototype.createStream = function () {
|
||||
var dnode = Dnode({
|
||||
update: this._didUpdate.bind(this),
|
||||
// update: this._didUpdate.bind(this),
|
||||
})
|
||||
dnode.on('remote', this._didConnect.bind(this))
|
||||
return dnode
|
||||
|
Loading…
Reference in New Issue
Block a user