mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-18 09:00:44 +00:00
internal/web3ext: fix parameter count of miner_start (#27400)
This commit is contained in:
parent
45a3ab42aa
commit
2372fb2781
1 changed files with 0 additions and 2 deletions
|
|
@ -641,8 +641,6 @@ web3._extend({
|
|||
new web3._extend.Method({
|
||||
name: 'start',
|
||||
call: 'miner_start',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'stop',
|
||||
|
|
|
|||
Loading…
Reference in a new issue