mirror of https://github.com/status-im/web3.js.git
fixed #265
This commit is contained in:
parent
d7dd92169b
commit
014cd86bd0
|
@ -171,7 +171,7 @@ var sendRawTransaction = new Method({
|
|||
name: 'sendRawTransaction',
|
||||
call: 'eth_sendRawTransaction',
|
||||
params: 1,
|
||||
inputFormatter: []
|
||||
inputFormatter: [null]
|
||||
});
|
||||
|
||||
var sendTransaction = new Method({
|
||||
|
|
Loading…
Reference in New Issue