mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
internal: remove the legacy backtraceAt method
This commit is contained in:
parent
d11e9c0b51
commit
b98bd6797c
1 changed files with 0 additions and 5 deletions
|
|
@ -247,11 +247,6 @@ web3._extend({
|
||||||
call: 'debug_vmodule',
|
call: 'debug_vmodule',
|
||||||
params: 1
|
params: 1
|
||||||
}),
|
}),
|
||||||
new web3._extend.Method({
|
|
||||||
name: 'backtraceAt',
|
|
||||||
call: 'debug_backtraceAt',
|
|
||||||
params: 1,
|
|
||||||
}),
|
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
name: 'stacks',
|
name: 'stacks',
|
||||||
call: 'debug_stacks',
|
call: 'debug_stacks',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue