mirror of https://github.com/status-im/web3.js.git
Update eth.js
This commit is contained in:
parent
86d9b5875d
commit
3af1e82831
|
@ -164,7 +164,7 @@ var sendRawTransaction = new Method({
|
|||
name: 'sendRawTransaction',
|
||||
call: 'eth_sendRawTransaction',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
inputFormatter: []
|
||||
});
|
||||
|
||||
var sendTransaction = new Method({
|
||||
|
|
Loading…
Reference in New Issue