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 15a182e commit d7ce537Copy full SHA for d7ce537
phoenix-shared/src/commonMain/kotlin/fr.acinq.phoenix/data/ElectrumServers.kt
@@ -144,7 +144,6 @@ val testnetElectrumServers = listOf(
144
"uifT9db6tDML1PTKpbHkW+f3w9PdhSmsNUUXrgNmQ0MoBhxV7U2Qcug3jX3xaf1P" +
145
"gwWDg3nZZizhuvBceY0IYLECAwEAAQ=="
146
),
147
- electrumServer(host = "testnet1.electrum.acinq.co", port = 51002),
148
electrumServer(host = "blockstream.info", port = 993),
149
electrumServer(
150
host = "testnet.aranguren.org", port = 51002, publicKey =
0 commit comments