win machine stater fixes

This commit is contained in:
cryptonote-social 2020-08-20 20:20:47 -07:00
parent 0643c871f3
commit 3dff9834ea

View File

@ -21,7 +21,7 @@ type WinMachineStater struct {
// We assume the screen is active when the miner is started. This may
// not hold if someone is running the miner from an auto-start script?
func (ss *WinScreenStater) GetMachineStateChannel(saver bool) (chan csminer.MachineState, error) {
func (ss *WinMachineStater) GetMachineStateChannel(saver bool) (chan csminer.MachineState, error) {
ret := make(chan csminer.MachineState)
chanClose := make(chan int)