forked from forks/go-ethereum
internal/web3ext: remove the legacy backtraceAt method (#31783)
The function `BacktraceAt` has been removed in #28187 . But the API end-point `debug_backtraceAt` is not removed from the file `internal/web3ext/web3ext.go`.
This commit is contained in:
parent
0d5de826da
commit
07d073bc5a
1 changed files with 0 additions and 5 deletions
|
|
@ -247,11 +247,6 @@ web3._extend({
|
|||
call: 'debug_vmodule',
|
||||
params: 1
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'backtraceAt',
|
||||
call: 'debug_backtraceAt',
|
||||
params: 1,
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'stacks',
|
||||
call: 'debug_stacks',
|
||||
|
|
|
|||
Loading…
Reference in a new issue