Pascal Coin преди 3 години
родител
ревизия
bae8c5ec1f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/core/UPoolMining.pas

+ 1 - 1
src/core/UPoolMining.pas

@@ -791,7 +791,7 @@ var tree : TOperationsHashTree;
       if tree.IndexOfOperation(Op)>=0 then exit;
     end;
     if (Op is TOpRecoverFounds) then begin
-      if Not TAccountComp.EqualAccountKeys( TOpRecoverFounds(Op).Data.new_accountkey , FMinerOperations.OperationBlock.account_key ) then begin
+      if Not TAccountComp.EqualAccountKeys( TOpRecoverFounds(Op).Data.new_accountkey , FMinerAccountKey ) then begin
         TLog.NewLog(lterror,ClassName,'Adding a OpRecoverFounds operation from another public key: '+Op.ToString);
       end;
     end;