浏览代码

Update UPoolMining.pas

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;