Skip to content

Commit

Permalink
Update zergpool24hr.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPlusGH authored Jun 20, 2018
1 parent 2602b2f commit 3cf0154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pools/zergpool24hr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $Locations | ForEach {
$zergpool_Algorithm = Get-Algorithm $zergpool_Request.$_.name
$zergpool_Coin = ""

$Divisor = 1000000000 * [Double]$ZergPool_Request.$_.mbtc_mh_factor
$Divisor = 1000000 * [Double]$ZergPool_Request.$_.mbtc_mh_factor

if ((Get-Stat -Name "$($Name)_$($zergpool_Algorithm)_Profit") -eq $null) {$Stat = Set-Stat -Name "$($Name)_$($zergpool_Algorithm)_Profit" -Value ([Double]$zergpool_Request.$_.actual_last24h / $Divisor)}
else {$Stat = Set-Stat -Name "$($Name)_$($zergpool_Algorithm)_Profit" -Value ([Double]$zergpool_Request.$_.actual_last24h / $Divisor)}
Expand Down

0 comments on commit 3cf0154

Please sign in to comment.