Skip to content

Commit

Permalink
fix cant swith between pools when extraarg contains only config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Dec 21, 2017
1 parent 88deeca commit ef1bedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/MinerInfo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MinerInfo {

[string] GetUniqueKey() {
if (!$this.UniqueKey) {
$this.UniqueKey = "$($this.GetFilename())_$($this.GetKey())_$($this.Arguments)"
$this.UniqueKey = "$($this.GetFilename())_$($this.GetKey())_$($this.Pool)_$($this.Arguments)"
}
return $this.UniqueKey
}
Expand Down

0 comments on commit ef1bedc

Please sign in to comment.