ソースを参照

fixed bug in operation fee wizard validate method.

Ugochukwu Mmaduekwe 7 年 前
コミット
dbccc7fbce
1 ファイル変更1 行追加0 行削除
  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);