Comment out citadel node, because it is not synced and is sending stale information.
This commit is contained in:
parent
23d2cd6836
commit
dc3d04b934
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ class BitsyApplication : Application() {
|
||||||
|
|
||||||
// Other public nodes
|
// Other public nodes
|
||||||
// "wss://bitshares.nu/ws", // Stockholm, Sweden
|
// "wss://bitshares.nu/ws", // Stockholm, Sweden
|
||||||
"wss://bitshares.openledger.info/ws", // Openledger node
|
"wss://bitshares.openledger.info/ws" // Openledger node
|
||||||
// "wss://dallas.bitshares.apasia.tech/ws", // Dallas, USA
|
// "wss://dallas.bitshares.apasia.tech/ws", // Dallas, USA
|
||||||
// "wss://atlanta.bitshares.apasia.tech/ws", // Atlanta, USA
|
// "wss://atlanta.bitshares.apasia.tech/ws", // Atlanta, USA
|
||||||
// "wss://dex.rnglab.org", // Amsterdam, Netherlands
|
// "wss://dex.rnglab.org", // Amsterdam, Netherlands
|
||||||
"wss://citadel.li/node"
|
// "wss://citadel.li/node"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue