|
@@ -790,6 +790,11 @@ var tree : TOperationsHashTree;
|
|
if checkDuplicate then begin
|
|
if checkDuplicate then begin
|
|
if tree.IndexOfOperation(Op)>=0 then exit;
|
|
if tree.IndexOfOperation(Op)>=0 then exit;
|
|
end;
|
|
end;
|
|
|
|
+ if (Op is TOpRecoverFounds) then begin
|
|
|
|
+ if Not TAccountComp.EqualAccountKeys( TOpRecoverFounds(Op).Data.new_accountkey , FMinerOperations.OperationBlock.account_key ) then begin
|
|
|
|
+ TLog.NewLog(lterror,ClassName,'Adding a OpRecoverFounds operation from another public key: '+Op.ToString);
|
|
|
|
+ end;
|
|
|
|
+ end;
|
|
tree.AddOperationToHashTree(Op);
|
|
tree.AddOperationToHashTree(Op);
|
|
End;
|
|
End;
|
|
Var i,j : Integer;
|
|
Var i,j : Integer;
|