Commit 62be477b authored by yann300's avatar yann300

indent

parent 44b60c4d
......@@ -92,13 +92,13 @@ module.exports = {
property: 'debug',
methods:
[
new web3._extend.Method({
name: 'debugTrace',
call: 'debug_trace',
params: 1,
inputFormatter: [null, null],
params: 2
}),
new web3._extend.Method({
name: 'debugTrace',
call: 'debug_trace',
params: 1,
inputFormatter: [null, null],
params: 2
}),
new web3._extend.Method({
name: 'printBlock',
call: 'debug_printBlock',
......@@ -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