internal: remove the legacy backtraceAt method

This commit is contained in:
JukLee0ira 2025-05-08 13:59:52 +08:00
parent d11e9c0b51
commit b98bd6797c

View file

@ -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',