Skip to content

Commit

Permalink
fixed create rig without prices
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Jan 23, 2020
1 parent 45884e9 commit 0260437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pools/MRR.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ try {
"minhours" = $Cfg.MinHours
"maxhours" = $Cfg.MaxHours
"status" = $(if ($global:MRRRentedTypes) { "disabled" } else { "enabled" })
"price" = @{ "type" = "hash"; "btc" = @{ "price" = $Algo.Price } }
"price" = @{ "type" = "hash"; "btc" = @{ "price" = $Algo.Extra["price"] } }
}
if ($Cfg.Wallets) {
$Cfg.Wallets | Where-Object { [Config]::MRRWallets -contains $_ } | ForEach-Object {
Expand Down

0 comments on commit 0260437

Please sign in to comment.