1
0
Fork 0
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:
JukLee0ira 2025-05-08 14:57:17 +08:00 committed by GitHub
parent 0d5de826da
commit 07d073bc5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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