PascalCoin 4 лет назад
Родитель
Сommit
d4760daa98
1 измененных файлов с 2 добавлено и 2 удалено
  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