aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-12-10 18:32:40 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-12-10 18:33:50 +0800
commit0983d02aa906394fd2be83ebda104730e32c593b (patch)
treeb50347d87453c49de2c243aca90db7710c4ca180 /internal
parent42a914a84ffcc5d123af400c2cbcd34b05e2b0b3 (diff)
downloaddexon-0983d02aa906394fd2be83ebda104730e32c593b.tar
dexon-0983d02aa906394fd2be83ebda104730e32c593b.tar.gz
dexon-0983d02aa906394fd2be83ebda104730e32c593b.tar.bz2
dexon-0983d02aa906394fd2be83ebda104730e32c593b.tar.lz
dexon-0983d02aa906394fd2be83ebda104730e32c593b.tar.xz
dexon-0983d02aa906394fd2be83ebda104730e32c593b.tar.zst
dexon-0983d02aa906394fd2be83ebda104730e32c593b.zip
eth, internal/web3ext: tiny polishes in tracers
Diffstat (limited to 'internal')
-rw-r--r--internal/web3ext/web3ext.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/web3ext/web3ext.go b/internal/web3ext/web3ext.go
index f36835d8a..06bfcef69 100644
--- a/internal/web3ext/web3ext.go
+++ b/internal/web3ext/web3ext.go
@@ -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',