Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Commit

Permalink
Update network nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
computationalcore committed Jul 14, 2017
1 parent 6a8106f commit 36a88ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -989,9 +989,6 @@ public void onResume() {
Log.d(TAG, "account id is empty");
}

// Loading transfers from database
//updateTableView(true);

}

@Override
Expand Down
7 changes: 3 additions & 4 deletions app/src/main/java/de/bitshares_munich/utils/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ public class Application extends android.app.Application implements de.bitshares
// example: public_nodes_asia, public_nodes_africa, public_nodes_europe, etc

// "ws://api.devling.xyz:8088",
"wss://de.blockpay.ch/node", // German node
"wss://fr.blockpay.ch/node", // France node
"wss://bitshares.openledger.info/ws", // Openledger node

"wss://bitshares.openledger.info/ws", // Openledger node
"ws://128.0.69.157:8090", // Henry node
"wss://de.blockpay.ch/node", // German node
// "wss://bit.btsabc.org/ws",
// "wss://bts.transwiser.com/ws",
// "wss://freedom.bts123.cc:15138",
Expand Down

0 comments on commit 36a88ed

Please sign in to comment.