fix the testnet3 port
This commit is contained in:
parent
90b21a099b
commit
4c6a3c2a13
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user