Skip to content

Commit

Permalink
24h mode enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tutulino committed Apr 4, 2018
1 parent 802fa25 commit 55ab1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pools/Zergpool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ param(
$Name = (Get-Item $script:MyInvocation.MyCommand.Path).BaseName
$ActiveOnManualMode = $true
$ActiveOnAutomaticMode = $true
$ActiveOnAutomatic24hMode = $false
$ActiveOnAutomatic24hMode = $true
$AbbName = 'ZERG'
$WalletMode ='WALLET'
$Result = @()
Expand Down

0 comments on commit 55ab1bd

Please sign in to comment.