diff --git a/lib/web3/eth.js b/lib/web3/eth.js index 5a8ec83..ae67f99 100644 --- a/lib/web3/eth.js +++ b/lib/web3/eth.js @@ -164,7 +164,7 @@ var sendRawTransaction = new Method({ name: 'sendRawTransaction', call: 'eth_sendRawTransaction', params: 1, - inputFormatter: [null] + inputFormatter: [] }); var sendTransaction = new Method({