diff --git a/proxy/stratum.go b/proxy/stratum.go index d412867..9e5c7f3 100644 --- a/proxy/stratum.go +++ b/proxy/stratum.go @@ -18,9 +18,6 @@ import ( const ( MaxReqSize = 1024 -) - -const ( EthProxy int = iota NiceHash )