Skip to content

Commit 9b1cbde

Browse files
committed
feat: use tls as default protocol for testnet
1 parent 93bb279 commit 9b1cbde

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/to/bitkit/env

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/env/Env.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ internal object Env {
158158
host = "electrum.blockstream.info",
159159
tcp = 60001, // or 50001
160160
ssl = 60002, // or 50002
161-
protocol = ElectrumProtocol.TCP,
161+
protocol = ElectrumProtocol.SSL,
162162
)
163163
val REGTEST = ElectrumServer(
164164
host = "34.65.252.32",

0 commit comments

Comments
 (0)