minor fixes

This commit is contained in:
Craig Raw
2021-09-07 11:51:14 +02:00
parent ed2914f2aa
commit c024c351ac
2 changed files with 4 additions and 1 deletions
@@ -248,6 +248,7 @@ public class WhirlpoolController {
nbOutputsLoading.setText("Calculating...");
nbOutputs.setVisible(false);
discountFeeBox.setVisible(false);
tx0PreviewProperty.set(null);
});
tx0PreviewService.setOnSucceeded(workerStateEvent -> {
Tx0Preview tx0Preview = tx0PreviewService.getValue();