internal/web3ext: remove deprecated method debug_seedHash (#32495)

The corresponding function was removed in #27178
This commit is contained in:
Daniel Liu 2025-08-26 13:56:03 +08:00 committed by GitHub
parent 7a87d8a46d
commit 16bd164f3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,11 +217,6 @@ web3._extend({
call: 'debug_setHead',
params: 1
}),
new web3._extend.Method({
name: 'seedHash',
call: 'debug_seedHash',
params: 1
}),
new web3._extend.Method({
name: 'dumpBlock',
call: 'debug_dumpBlock',