eth, internal/web3ext: tiny polishes in tracers

This commit is contained in:
Péter Szilágyi
2018-12-10 12:32:40 +02:00
parent 42a914a84f
commit 0983d02aa9
2 changed files with 97 additions and 77 deletions

View File

@ -388,11 +388,13 @@ web3._extend({
name: 'standardTraceBadBlockToFile',
call: 'debug_standardTraceBadBlockToFile',
params: 2,
inputFormatter: [null, null]
}),
new web3._extend.Method({
name: 'standardTraceBlockToFile',
call: 'debug_standardTraceBlockToFile',
params: 2,
inputFormatter: [null, null]
}),
new web3._extend.Method({
name: 'traceBlockByNumber',