|
@@ -235,6 +235,7 @@ begin
|
|
iPubKey := ASender.Node.Bank.SafeBox.OrderedAccountKeysList.IndexOfAccountKey(LAccPubKey);
|
|
iPubKey := ASender.Node.Bank.SafeBox.OrderedAccountKeysList.IndexOfAccountKey(LAccPubKey);
|
|
if (iPubKey<0) then begin
|
|
if (iPubKey<0) then begin
|
|
// No account available with this pubkey, exit
|
|
// No account available with this pubkey, exit
|
|
|
|
+ Result := True;
|
|
Exit;
|
|
Exit;
|
|
end;
|
|
end;
|
|
end else LSearchByPubkey := False;
|
|
end else LSearchByPubkey := False;
|