Commit 62be477b authored by yann300's avatar yann300

indent

parent 44b60c4d
...@@ -92,13 +92,13 @@ module.exports = { ...@@ -92,13 +92,13 @@ module.exports = {
property: 'debug', property: 'debug',
methods: methods:
[ [
new web3._extend.Method({ new web3._extend.Method({
name: 'debugTrace', name: 'debugTrace',
call: 'debug_trace', call: 'debug_trace',
params: 1, params: 1,
inputFormatter: [null, null], inputFormatter: [null, null],
params: 2 params: 2
}), }),
new web3._extend.Method({ new web3._extend.Method({
name: 'printBlock', name: 'printBlock',
call: 'debug_printBlock', call: 'debug_printBlock',
...@@ -272,6 +272,6 @@ module.exports = { ...@@ -272,6 +272,6 @@ module.exports = {
}) })
] ]
}); });
} }
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment