mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 19:25:52 +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);
|
isDown: false);
|
||||||
|
|
||||||
static NodeModel get bitcoinTestnet => NodeModel(
|
static NodeModel get bitcoinTestnet => NodeModel(
|
||||||
host: "bitcoin-testnet.cypherstack.com",
|
host: "bitcoin-testnet.stackwallet.com",
|
||||||
port: 51002,
|
port: 51002,
|
||||||
name: defaultName,
|
name: defaultName,
|
||||||
id: _nodeId(Coin.bitcoinTestNet),
|
id: _nodeId(Coin.bitcoinTestNet),
|
||||||
|
|
Loading…
Reference in a new issue