Testnet build (#1532)

Co-authored-by: fanchao <git@fanchao.dev>
pull/1534/head
Fanchao Liu 11 months ago committed by GitHub
parent 15b3b18321
commit e1f1372e17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save