Skip to content

Commit 6bd5b3e

Browse files
committed
Remove unreachable stagenet node
1 parent a19f4cd commit 6bd5b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Platforms/Android/Services/BackendService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private void StartBackend(string password)
205205
// ravfx.its-a-node.org = 70.29.255.7
206206

207207
string xmrNode = string.Empty;
208-
List<string> xmrNodes = AppConstants.Network == "XMR_MAINNET" ? ["http://192.99.8.110:18089", "http://37.187.74.171:18089", "http://88.99.195.15:18089"] : ["http://3.10.182.182:38081", "http://23.137.57.100:38089", "http://192.99.8.110:38089", "http://37.187.74.171:38089", "http://88.99.195.15:38089"];
208+
List<string> xmrNodes = AppConstants.Network == "XMR_MAINNET" ? ["http://192.99.8.110:18089", "http://37.187.74.171:18089", "http://88.99.195.15:18089"] : ["http://23.137.57.100:38089", "http://192.99.8.110:38089", "http://37.187.74.171:38089", "http://88.99.195.15:38089"];
209209

210210
if (!string.IsNullOrEmpty(Helpers.Preferences.Get<string>(Helpers.Preferences.CustomXmrNode)))
211211
{

0 commit comments

Comments
 (0)