Skip to content

Commit

Permalink
Merge pull request #9 from RomanZacharia/master
Browse files Browse the repository at this point in the history
Fixed the eth_uninstallFilter test: the eth_newBlockFilter method doe…
  • Loading branch information
frozeman authored Sep 11, 2017
2 parents 0d0658e + e3ac382 commit 9727606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eth_uninstallFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe(method, function(){
id: config.rpcMessageId++, jsonrpc: "2.0", method: 'eth_newBlockFilter',

// PARAMETERS
params: ['latest']
params: []

}, function(blockFilterId){

Expand Down

0 comments on commit 9727606

Please sign in to comment.