Explorar el Código

Update UAccounts.pas

removed unused var
kapytanhook hace 3 años
padre
commit
18398869df
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/core/UAccounts.pas

+ 0 - 2
src/core/UAccounts.pas

@@ -1728,8 +1728,6 @@ begin
 end;
 
 class function TAccountComp.AccountCanRecover(const Account: TAccount; currentBlockCount: Cardinal): Boolean;
-var
-  count: Int64;
 begin
   Result := True;
   if TAccountComp.IsAccountBlockedByProtocol(Account.account, currentBlockCount) then begin