@@ -28,7 +28,7 @@ unit UAES;
{$MODE Delphi}
{$ENDIF}
-{$I config.inc}
+{$I ./../config.inc}
{$IF not Defined(Use_OpenSSL)}
{$Message Warn 'ERROR: Use_OpenSSL is not defined, you should not use this UNIT!'}
@@ -28,7 +28,7 @@ uses
UPCHardcodedRandomHashTable, UJSONFunctions,
{$IFNDEF FPC}System.Generics.Collections{$ELSE}Generics.Collections{$ENDIF};
Type
TAccountKey = TECDSA_Public;
@@ -30,7 +30,7 @@ interface
uses
Classes, SysUtils;
{$IFDEF NO_ANSISTRING}
@@ -26,7 +26,7 @@ uses
Classes, UCrypto, UAccounts, ULog, UThread, SyncObjs, UBaseTypes, SysUtils,
{$IFNDEF FPC}System.Generics.Collections{$ELSE}Generics.Collections{$ENDIF},
UPCDataTypes;
{
@@ -22,7 +22,7 @@ unit UConst;
interface
{$IFNDEF FPC}
// See http://wiki.freepascal.org/Code_Conversion_Guide
@@ -20,7 +20,7 @@ unit UCrypto;
{$IF (not Defined(Use_CryptoLib4Pascal)) and (not Defined(Use_OpenSSL))}
ERROR: At least Use_CryptoLib4Pascal or Use_OpenSSL must be defined!
@@ -39,7 +39,7 @@ unit UECIES;
@@ -24,7 +24,7 @@ interface
Classes, {$IFnDEF FPC}Windows,{$ENDIF} UBlockChain, SyncObjs, UThread, UAccounts, UCrypto;
TBlockHeader = Record
@@ -38,7 +38,7 @@ uses
UBlockChain, UNetProtocol, UAccounts, UCrypto, UThread, SyncObjs, ULog, UBaseTypes, UPCOrderedLists;
@@ -26,7 +26,7 @@ interface
{$IFDEF ANDROID}
Uses UBaseTypes;
@@ -34,7 +34,7 @@ interface
{$IF (not Defined(Use_OpenSSL)) and (not Defined(Use_CryptoLib4Pascal))}
{$Message Fatal 'ERROR: Use_OpenSSL or Use_CryptoLib4Pascal are not defined, you need to at least define one!'}
@@ -20,7 +20,7 @@ unit UPCHardcodedRandomHashTable;
@@ -31,7 +31,7 @@ interface
{$IF (not Defined(Use_OpenSSL))}
{$Message Fatal 'ERROR: Use_OpenSSL is not defined!'}
@@ -28,7 +28,7 @@ unit UPCOperationsBlockValidator;
{$IFDEF FPC}
@@ -28,7 +28,7 @@ unit UPCOperationsSignatureValidator;
@@ -22,7 +22,7 @@ unit UPCRPCOpData;
Uses classes, SysUtils,
UJSONFunctions, UAccounts, UBaseTypes, UOpTransaction, UConst,
@@ -86,7 +86,7 @@ unit UPCSafeBoxRootHash;
Classes, SysUtils, UConst, UCrypto, SyncObjs, UThread, UBaseTypes,
UPCOrderedLists, UPCDataTypes,
@@ -26,7 +26,7 @@ unit UPCTNetDataExtraMessages;
@@ -22,7 +22,7 @@ unit UPoolMinerThreads;
Classes, SysUtils, syncobjs, UThread, UPoolMining, UAccounts, UCrypto, ULog, UBlockChain, USha256, URandomHash, URandomHash2, UBaseTypes, UCommon,
@@ -22,7 +22,7 @@ unit UPoolMining;
Uses
{$IFnDEF FPC}
@@ -22,7 +22,7 @@ unit URPC;
Uses UThread, ULog, UConst, UNode, UAccounts, UCrypto, UBlockChain,
UNetProtocol, UOpTransaction, UWallet, UTime, UPCEncryption, UTxMultiOperation,
@@ -20,7 +20,7 @@ unit USettings;
{$mode delphi}
@@ -22,7 +22,7 @@ interface
Change log: 2019-01-31
@@ -36,7 +36,7 @@ uses
Classes, SyncObjs, SysUtils, UBaseTypes;
TPCCriticalSection = Class(TCriticalSection)
@@ -22,7 +22,7 @@ unit UWallet;
{$UNDEF INTERNAL_USE_SETTINGS_UNIT}