Skip to content

Commit

Permalink
add our stagenet server to defaults (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2049r authored Jun 17, 2018
1 parent d5b95dd commit 0915387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/m2049r/xmrwallet/LoginFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public void setNet(boolean stagenetChecked, boolean save) {
"node.moneroworld.com:18089;node.xmrbackb.one;node.xmr.be";

private static final String PREF_DAEMONLIST_STAGENET =
"stagenet.xmr-tw.org";
"stagenet.monerujo.io;stagenet.xmr-tw.org";

private NodeList daemonStageNet;
private NodeList daemonMainNet;
Expand Down

0 comments on commit 0915387

Please sign in to comment.