corrected input formatters as suggested during review
This commit is contained in:
committed by
Jeffrey Wilcke
parent
ceb0739ba1
commit
7e6c1f8024
@@ -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:
|
||||
|
Reference in New Issue
Block a user