mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +00:00
default nodes fix
This commit is contained in:
parent
c08c3f779d
commit
ed0089e94d
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue