mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 13:36:37 +00:00
internal/web3ext: remove deprecated method debug_seedHash (#32495)
The corresponding function was removed in #27178
This commit is contained in:
parent
7a87d8a46d
commit
16bd164f3b
1 changed files with 0 additions and 5 deletions
|
|
@ -217,11 +217,6 @@ web3._extend({
|
||||||
call: 'debug_setHead',
|
call: 'debug_setHead',
|
||||||
params: 1
|
params: 1
|
||||||
}),
|
}),
|
||||||
new web3._extend.Method({
|
|
||||||
name: 'seedHash',
|
|
||||||
call: 'debug_seedHash',
|
|
||||||
params: 1
|
|
||||||
}),
|
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
name: 'dumpBlock',
|
name: 'dumpBlock',
|
||||||
call: 'debug_dumpBlock',
|
call: 'debug_dumpBlock',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue