PascalCoin 4 ani în urmă
părinte
comite
d4760daa98
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/core/UOpTransaction.pas

+ 2 - 2
src/core/UOpTransaction.pas

@@ -1458,7 +1458,7 @@ begin
     Exit;
   end;
   if (account_signer.balance<FData.fee) then begin
-    errors := 'Insuficient founds';
+    errors := 'Insuficient funds';
     exit;
   end;
   if (length(FData.payload.payload_raw)>CT_MaxPayloadSize) then begin
@@ -2060,7 +2060,7 @@ begin
     Exit;
   end;
   if (account_signer.balance<FData.fee) then begin
-    errors := 'Insuficient founds';
+    errors := 'Insuficient funds';
     exit;
   end;
   if (length(FData.payload.payload_raw)>CT_MaxPayloadSize) then begin