diff options
Diffstat (limited to 'rpc/api/miner_js.go')
-rw-r--r-- | rpc/api/miner_js.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rpc/api/miner_js.go b/rpc/api/miner_js.go index bcf92f6a7..6290368da 100644 --- a/rpc/api/miner_js.go +++ b/rpc/api/miner_js.go @@ -20,13 +20,6 @@ web3._extend({ outputFormatter: web3._extend.formatters.formatOutputBool }), new web3._extend.Method({ - name: 'getHashrate', - call: 'miner_hashrate', - params: 0, - inputFormatter: [], - outputFormatter: web3._extend.utils.toDecimal - }), - new web3._extend.Method({ name: 'setExtra', call: 'miner_setExtra', params: 1, |