Revert "internal/web3ext: fix parameter count of miner_start (#27400)"

This reverts commit d7bb325997.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent a396bf8ace
commit 955ff6ee56

View file

@ -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',