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

master
Severiano Jaramillo 2019-04-26 11:49:55 -05:00
parent 23d2cd6836
commit dc3d04b934
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@ class BitsyApplication : Application() {
// Other public nodes
// "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://atlanta.bitshares.apasia.tech/ws", // Atlanta, USA
// "wss://dex.rnglab.org", // Amsterdam, Netherlands
"wss://citadel.li/node"
// "wss://citadel.li/node"
)
}