corrected input formatters as suggested during review
This commit is contained in:
committed by
Jeffrey Wilcke
parent
ceb0739ba1
commit
7e6c1f8024
@ -27,7 +27,7 @@ web3._extend({
|
||||
name: 'setGasPrice',
|
||||
call: 'miner_setGasPrice',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
inputFormatter: [web3._extend.utils.fromDecial]
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'startAutoDAG',
|
||||
|
Reference in New Issue
Block a user