forked from Qortal/qortal
Added another bootstrap host
This commit is contained in:
parent
e07238ded8
commit
0d6409098f
@ -196,7 +196,8 @@ public class Settings {
|
|||||||
|
|
||||||
// Bootstrap sources
|
// Bootstrap sources
|
||||||
private String[] bootstrapHosts = new String[] {
|
private String[] bootstrapHosts = new String[] {
|
||||||
"http://bootstrap.qortal.org"
|
"http://bootstrap.qortal.org",
|
||||||
|
"http://cinfu1.crowetic.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Auto-update sources
|
// Auto-update sources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user