Change default bitcoincash testnet electrum node to stackwallet.

This commit is contained in:
Dan Miller 2022-10-18 07:58:42 -07:00
parent 1dc83ebd8c
commit c0e143b89b
No known key found for this signature in database
GPG key ID: 3E62752FA78A3D06

View file

@ -159,8 +159,8 @@ abstract class DefaultNodes {
);
static NodeModel get bitcoincashTestnet => NodeModel(
host: "testnet.hsmiths.com",
port: 53012,
host: "bitcoincash-testnet.stackwallet.com",
port: 60002,
name: defaultName,
id: _nodeId(Coin.bitcoincashTestnet),
useSSL: true,