Remove coin option

This commit is contained in:
Sammy Libre 2016-08-07 08:05:23 +05:00
parent 33c9536991
commit d78e27b3be
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,6 @@
"bypassAddressValidation": false,
"threads": 2,
"coin": "monero",
"stratum": {
"timeout": "15m",

View File

@ -6,8 +6,7 @@ type Config struct {
Stratum Stratum `json:"stratum"`
Daemon Daemon `json:"daemon"`
Threads int `json:"threads"`
Coin string `json:"coin"`
Threads int `json:"threads"`
NewrelicName string `json:"newrelicName"`
NewrelicKey string `json:"newrelicKey"`