This commit is contained in:
Fabian Vogelsteller 2015-07-13 22:46:42 +02:00
parent d7dd92169b
commit 014cd86bd0
1 changed files with 1 additions and 1 deletions

View File

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