Skip to content

Commit

Permalink
Set Miner to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalCoinDev committed Mar 24, 2021
1 parent ffff596 commit 2754fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pascalcoin_miner.lpi
Expand Up @@ -52,7 +52,7 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="PascalCoinMineX"/>
<Filename Value="PascalCoinMiner"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
Expand Down
2 changes: 1 addition & 1 deletion src/pascalcoin_miner.pp
Expand Up @@ -57,7 +57,7 @@ TPascalMinerApp = class(TCustomApplication)
end;

Const
CT_MINER_VERSION = {$IFDEF PRODUCTION}'5.2'{$ELSE}{$IFDEF TESTNET}'5.2 TESTNET'{$ELSE}ERROR{$ENDIF}{$ENDIF};
CT_MINER_VERSION = {$IFDEF PRODUCTION}'5.4'{$ELSE}{$IFDEF TESTNET}'5.4 TESTNET'{$ELSE}ERROR{$ENDIF}{$ENDIF};
CT_Line_DeviceStatus = 3;
CT_Line_ConnectionStatus = 4;
CT_Line_MinerValues = 7;
Expand Down

0 comments on commit 2754fe4

Please sign in to comment.