cleanup windows install

This commit is contained in:
Craig Raw
2021-05-10 13:41:46 +02:00
parent f7d1e22e4e
commit b7522420cf
2 changed files with 1 additions and 11 deletions
@@ -432,7 +432,7 @@ public class AppController implements Initializable {
showErrorDialog("Invalid PSBT", e.getMessage());
} catch(TransactionParseException e) {
showErrorDialog("Invalid transaction", e.getMessage());
} catch(ParseException e) {
} catch(Exception e) {
showErrorDialog("Invalid file", e.getMessage());
}
}