fix the testnet3 port

This commit is contained in:
Nick Klockenga 2026-04-01 10:19:07 -04:00
parent 90b21a099b
commit 4c6a3c2a13
No known key found for this signature in database
GPG Key ID: D32B8BF28121ADF6

View File

@ -22,7 +22,7 @@ struct ElectrumConfigTests {
@Test func defaultTestnet3Config() {
let config = ElectrumConfig(network: .testnet3)
#expect(config.host == "electrum.blockstream.info")
#expect(config.port == 51002)
#expect(config.port == 60002)
#expect(config.useSSL == true)
}