mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 16:24:53 +00:00
clear fiat amounts
This commit is contained in:
+1
-1
Submodule drongo updated: b9ef670e61...9663629e34
@@ -504,10 +504,14 @@ public class SendController extends WalletFormController implements Initializabl
|
||||
amount.setText("");
|
||||
amount.textProperty().addListener(amountListener);
|
||||
|
||||
fiatAmount.setText("");
|
||||
|
||||
fee.textProperty().removeListener(feeListener);
|
||||
fee.setText("");
|
||||
fee.textProperty().addListener(feeListener);
|
||||
|
||||
fiatFeeAmount.setText("");
|
||||
|
||||
userFeeSet.set(false);
|
||||
targetBlocks.setValue(4);
|
||||
utxoSelectorProperty.setValue(null);
|
||||
|
||||
Reference in New Issue
Block a user