aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/miner.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/api/miner.go')
-rw-r--r--rpc/api/miner.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/api/miner.go b/rpc/api/miner.go
index 0e2ccf503..b22c4b7ad 100644
--- a/rpc/api/miner.go
+++ b/rpc/api/miner.go
@@ -13,7 +13,7 @@ const (
)
var (
-// mapping between methods and handlers
+ // mapping between methods and handlers
MinerMapping = map[string]minerhandler{
"miner_hashrate": (*miner).Hashrate,
"miner_makeDAG": (*miner).MakeDAG,
@@ -140,4 +140,4 @@ func (self *miner) MakeDAG(req *shared.Request) (interface{}, error) {
return true, nil
}
return false, err
-} \ No newline at end of file
+}