default nodes fix

This commit is contained in:
julian 2023-01-13 16:35:14 -06:00
parent c08c3f779d
commit ed0089e94d

View file

@ -158,7 +158,7 @@ abstract class DefaultNodes {
isDown: false);
static NodeModel get bitcoinTestnet => NodeModel(
host: "bitcoin-testnet.cypherstack.com",
host: "bitcoin-testnet.stackwallet.com",
port: 51002,
name: defaultName,
id: _nodeId(Coin.bitcoinTestNet),