Browse Source

Update stratum.go

master
yuriy0803 2 years ago committed by GitHub
parent
commit
98fe107638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      proxy/stratum.go

3
proxy/stratum.go

@ -18,6 +18,9 @@ import (
const (
MaxReqSize = 1024
)
const (
EthProxy int = iota
NiceHash
)

Loading…
Cancel
Save