Comment out citadel node, because it is not synced and is sending stale information.

This commit is contained in:
Severiano Jaramillo 2019-04-26 11:49:55 -05:00
parent 23d2cd6836
commit dc3d04b934

View file

@ -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"
) )
} }