Update eth.js

This commit is contained in:
Nick Dodson 2015-06-19 10:47:29 -04:00
parent 86d9b5875d
commit 3af1e82831
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ var sendRawTransaction = new Method({
name: 'sendRawTransaction',
call: 'eth_sendRawTransaction',
params: 1,
inputFormatter: [null]
inputFormatter: []
});
var sendTransaction = new Method({