mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "internal/web3ext: fix parameter count of miner_start (#27400)"
This reverts commit d7bb325997.
This commit is contained in:
parent
a396bf8ace
commit
955ff6ee56
1 changed files with 2 additions and 0 deletions
|
|
@ -641,6 +641,8 @@ 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