diff options
Diffstat (limited to 'rpc/api/miner_js.go')
-rw-r--r-- | rpc/api/miner_js.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rpc/api/miner_js.go b/rpc/api/miner_js.go index 8861a177a..c205f6712 100644 --- a/rpc/api/miner_js.go +++ b/rpc/api/miner_js.go @@ -18,6 +18,13 @@ web3._extend({ inputFormatter: [null] }), new web3._extend.Method({ + name: 'setEtherbase', + call: 'miner_setEtherbase', + params: 1, + inputFormatter: [web3._extend.formatters.formatInputInt], + outputFormatter: web3._extend.formatters.formatOutputBool + }), + new web3._extend.Method({ name: 'setExtra', call: 'miner_setExtra', params: 1, |