Skip to content

Commit d453607

Browse files
JukLee0iraDargon789
authored andcommitted
internal/web3ext: remove the legacy backtraceAt method (ethereum#31783)
The function `BacktraceAt` has been removed in ethereum#28187 . But the API end-point `debug_backtraceAt` is not removed from the file `internal/web3ext/web3ext.go`.
1 parent fef0e5a commit d453607

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/web3ext/web3ext.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,6 @@ web3._extend({
247247
call: 'debug_vmodule',
248248
params: 1
249249
}),
250-
new web3._extend.Method({
251-
name: 'backtraceAt',
252-
call: 'debug_backtraceAt',
253-
params: 1,
254-
}),
255250
new web3._extend.Method({
256251
name: 'stacks',
257252
call: 'debug_stacks',

0 commit comments

Comments
 (0)