diff --git a/win/csminer.go b/win/csminer.go index 1496a11..6c23b3c 100644 --- a/win/csminer.go +++ b/win/csminer.go @@ -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)