mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
internal/web3ext: remove deprecated method debug_seedHash
This commit is contained in:
parent
9b2e8e7ce3
commit
dd14839d38
1 changed files with 0 additions and 5 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue