use default daemon ports if none supplied

This commit is contained in:
m2049r 2017-08-28 19:35:17 +02:00
parent a007810824
commit a5527d4efd
1 changed files with 2 additions and 1 deletions

View File

@ -361,6 +361,7 @@ public class LoginFragment extends Fragment {
} }
} else { } else {
port = (testnet ? 28081 : 18081); port = (testnet ? 28081 : 18081);
daemonAddress = daemonAddress + ":" + port;
} }
//Log.d(TAG, "DAEMON " + username + "/" + password + "/" + host + "/" + port); //Log.d(TAG, "DAEMON " + username + "/" + password + "/" + host + "/" + port);
// if (android.os.Build.VERSION.SDK_INT > 9) { // if (android.os.Build.VERSION.SDK_INT > 9) {