fix: don't use testnet

pull/518/head
jubb 3 years ago
parent a2290a34fc
commit c102c5132e

@ -48,7 +48,7 @@ object SnodeAPI {
private val targetSwarmSnodeCount = 2
private val useOnionRequests = true
internal val useTestnet = true
internal val useTestnet = false
// Error
internal sealed class Error(val description: String) : Exception(description) {

Loading…
Cancel
Save