aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/eth_js.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/api/eth_js.go')
-rw-r--r--rpc/api/eth_js.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/api/eth_js.go b/rpc/api/eth_js.go
index 4c3e9e4db..400eb8e89 100644
--- a/rpc/api/eth_js.go
+++ b/rpc/api/eth_js.go
@@ -18,7 +18,7 @@ web3._extend({
name: 'resend',
call: 'eth_resend',
params: 3,
- inputFormatter: [null, null, null]
+ inputFormatter: [web3._extend.formatters.inputTransactionFormatter, web3._extend.utils.fromDecimal, web3._extend.utils.fromDecimal]
})
],
properties: