Testnet build (#1532)

Co-authored-by: fanchao <git@fanchao.dev>
This commit is contained in:
Fanchao Liu
2024-07-08 10:34:13 +10:00
committed by GitHub
parent 15b3b18321
commit e1f1372e17

View File

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