Skip to content

Commit

Permalink
Revert "internal/web3ext: fix parameter count of miner_start (ethereu…
Browse files Browse the repository at this point in the history
…m#27400)"

This reverts commit d7bb325.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent a396bf8 commit 955ff6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 955ff6e

Please sign in to comment.