Browse Source

Update UAccounts.pas

removed unused var
kapytanhook 3 years ago
parent
commit
18398869df
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/core/UAccounts.pas

+ 0 - 2
src/core/UAccounts.pas

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