Reverting temporary change

pull/1535/head
ThomasSession 9 months ago
parent 2b27b7d5e0
commit 0300be25f6

@ -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) {

Loading…
Cancel
Save