Skip to content

Commit

Permalink
Fixed the eth_uninstallFilter test: the eth_newBlockFilter method doe…
Browse files Browse the repository at this point in the history
…s not receive any arguments, so removed one.
  • Loading branch information
RomanZacharia committed Apr 13, 2016
1 parent 0d0658e commit e3ac382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eth_uninstallFilter.js
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 e3ac382

Please sign in to comment.