Reverting temporary change

This commit is contained in:
ThomasSession 2024-07-09 09:58:49 +10:00
parent 2b27b7d5e0
commit 0300be25f6

View File

@ -86,7 +86,7 @@ object SnodeAPI {
private const val snodeFailureThreshold = 3
private const val useOnionRequests = true
const val useTestnet = true
const val useTestnet = false
// Error
internal sealed class Error(val description: String) : Exception(description) {