Explorar o código

fixed bug in operation fee wizard validate method.

Ugochukwu Mmaduekwe %!s(int64=7) %!d(string=hai) anos
pai
achega
dbccc7fbce
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/gui/wizards/operations/UWIZOperationFee_Custom.pas

+ 1 - 0
src/gui/wizards/operations/UWIZOperationFee_Custom.pas

@@ -97,6 +97,7 @@ end;
 
 function TWIZOperationFee_Custom.Validate(out message: ansistring): boolean;
 begin
+  Result := True;
   if (Length(Model.Account.SelectedAccounts) > 1) AND (Fee = 0) then begin
     message := 'Zero fees only allowed for a single operation.';
     Exit(false);