AppServices.showAlertDialog("No Accounts Found","No new accounts with existing transactions were found.",Alert.AlertType.INFORMATION,ButtonType.OK);
AppServices.showAlertDialog("No Accounts Found","No new accounts with existing transactions were found. Note only the first 10 accounts are scanned.",Alert.AlertType.INFORMATION,ButtonType.OK);
}
});
walletDiscoveryService.setOnFailed(event->{
@ -518,7 +518,7 @@ public class SettingsController extends WalletFormController implements Initiali
AppServices.showAlertDialog("No Accounts Found","No new accounts with existing transactions were found.",Alert.AlertType.INFORMATION,ButtonType.OK);
AppServices.showAlertDialog("No Accounts Found","No new accounts with existing transactions were found. Note only the first 10 accounts are scanned.",Alert.AlertType.INFORMATION,ButtonType.OK);
}
});
walletDiscoveryService.setOnFailed(event->{
@ -538,7 +538,7 @@ public class SettingsController extends WalletFormController implements Initiali
AppServices.showAlertDialog("No Accounts Found","No new accounts with existing transactions were found.",Alert.AlertType.INFORMATION,ButtonType.OK);
AppServices.showAlertDialog("No Accounts Found","No new accounts with existing transactions were found. Note only the first 10 accounts are scanned.",Alert.AlertType.INFORMATION,ButtonType.OK);