mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Remove redundant code in updateItem
This commit is contained in:
parent
77f5dc8822
commit
1a129b3fa9
1 changed files with 0 additions and 5 deletions
|
@ -744,12 +744,7 @@ public class WithdrawalView extends ActivatableView<VBox, Void> {
|
|||
useCustomFee.setSelected(false);
|
||||
|
||||
transactionFeeInputTextField.setEditable(false);
|
||||
transactionFeeInputTextField.setPromptText(Res.get("funds.withdrawal.useCustomFeeValueInfo"));
|
||||
transactionFeeInputTextField.setText(String.valueOf(feeService.getTxFeePerVbyte().value));
|
||||
transactionFeeInputTextField.focusedProperty().addListener(transactionFeeFocusedListener);
|
||||
|
||||
feeService.feeUpdateCounterProperty().addListener(transactionFeeChangeListener);
|
||||
useCustomFee.selectedProperty().addListener(useCustomFeeCheckboxListener);
|
||||
|
||||
inputsToggleGroup.selectedToggleProperty().addListener(inputsToggleGroupListener);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue