Merge pull request #153 from cypherstack/bch_testnet_node

Change default bitcoincash testnet electrum node to stackwallet.
This commit is contained in:
julian-CStack 2022-10-18 10:49:59 -06:00 committed by GitHub
commit ae80ec23bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,