mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
add traceCall in web3ext.go
This commit is contained in:
parent
0245344338
commit
b2605e6ab0
1 changed files with 6 additions and 0 deletions
|
|
@ -420,6 +420,12 @@ web3._extend({
|
|||
params: 2,
|
||||
inputFormatter: [null, null]
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'traceCall',
|
||||
call: 'debug_traceCall',
|
||||
params: 3,
|
||||
inputFormatter: [null, null, null]
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'preimage',
|
||||
call: 'debug_preimage',
|
||||
|
|
|
|||
Loading…
Reference in a new issue