Updated a default bootstrap host to use a domain instead of its IP.

This commit is contained in:
CalDescent 2023-01-14 11:07:54 +00:00
parent 476fdcb31d
commit f78101e9cc

View File

@ -273,7 +273,7 @@ public class Settings {
private String[] bootstrapHosts = new String[] { private String[] bootstrapHosts = new String[] {
"http://bootstrap.qortal.org", "http://bootstrap.qortal.org",
"http://bootstrap2.qortal.org", "http://bootstrap2.qortal.org",
"http://62.171.190.193" "http://bootstrap.qortal.online"
}; };
// Auto-update sources // Auto-update sources