Skip to content

Commit

Permalink
7.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed May 21, 2016
1 parent 096bdb7 commit 32ce92b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/ZeroClientProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -35054,7 +35054,7 @@ function extend() {
},{}],161:[function(require,module,exports){
module.exports={
"name": "web3-provider-engine",
"version": "7.6.5",
"version": "7.6.6",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -35071,7 +35071,7 @@ module.exports={
"ethereumjs-block": "^1.2.2",
"ethereumjs-tx": "^1.1.0",
"ethereumjs-util": "^4.4.0",
"ethereumjs-vm": "^1.3.0",
"ethereumjs-vm": "^1.4.0",
"fake-merkle-patricia-tree": "^1.0.1",
"isomorphic-fetch": "^2.2.0",
"request": "^2.67.0",
Expand Down Expand Up @@ -35431,7 +35431,7 @@ FilterSubprovider.prototype.handleRequest = function(payload, next, end){

case 'eth_getFilterLogs':
self._ready.await(function(){
self.getFilterChanges(payload.params[0], end)
self.getFilterLogs(payload.params[0], end)
})
return

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-provider-engine",
"version": "7.6.5",
"version": "7.6.6",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 32ce92b

Please sign in to comment.