Ver código fonte

Update UAccounts.pas

removed unused var
kapytanhook 3 anos atrás
pai
commit
18398869df
1 arquivos alterados com 0 adições e 2 exclusões
  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