We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5998b commit 26e8982Copy full SHA for 26e8982
app/src/main/java/to/bitkit/env/Env.kt
@@ -41,6 +41,7 @@ internal object Env {
41
get() = when (network) {
42
Network.BITCOIN -> TODO("VSS not implemented for mainnet")
43
// Network.REGTEST -> "http://localhost:5050/vss"
44
+ // Network.REGTEST -> "https://bitkit.stag0.blocktank.to/vss_rs_auth"
45
else -> "https://bitkit.stag0.blocktank.to/vss_rs/"
46
}
47
0 commit comments