Unverified Commit 2372fb27 authored by jin's avatar jin Committed by GitHub

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

parent 45a3ab42
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment