3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-12 02:05:50 +00:00

Added another bootstrap host

This commit is contained in:
CalDescent 2021-10-26 21:41:22 +01:00
parent 36d0292c6b
commit 974df031a0

View File

@ -205,6 +205,7 @@ public class Settings {
// Bootstrap sources
private String[] bootstrapHosts = new String[] {
"http://bootstrap.qortal.org",
"http://bootstrap2.qortal.org",
"http://cinfu1.crowetic.com"
};