From 014cd86bd0fb5db784287a706bb9f579f93bcc83 Mon Sep 17 00:00:00 2001 From: Fabian Vogelsteller Date: Mon, 13 Jul 2015 22:46:42 +0200 Subject: [PATCH] fixed #265 --- lib/web3/eth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web3/eth.js b/lib/web3/eth.js index 1c35dd5..3e119e8 100644 --- a/lib/web3/eth.js +++ b/lib/web3/eth.js @@ -171,7 +171,7 @@ var sendRawTransaction = new Method({ name: 'sendRawTransaction', call: 'eth_sendRawTransaction', params: 1, - inputFormatter: [] + inputFormatter: [null] }); var sendTransaction = new Method({