mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +00:00
bch testnet default node fix
This commit is contained in:
parent
8e05d4ef56
commit
c41500e405
1 changed files with 2 additions and 2 deletions
|
@ -147,10 +147,10 @@ abstract class DefaultNodes {
|
||||||
host: "testnet.hsmiths.com",
|
host: "testnet.hsmiths.com",
|
||||||
port: 53012,
|
port: 53012,
|
||||||
name: defaultName,
|
name: defaultName,
|
||||||
id: _nodeId(Coin.bitcoincash),
|
id: _nodeId(Coin.bitcoincashTestnet),
|
||||||
useSSL: true,
|
useSSL: true,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
coinName: Coin.bitcoincash.name,
|
coinName: Coin.bitcoincashTestnet.name,
|
||||||
isFailover: true,
|
isFailover: true,
|
||||||
isDown: false,
|
isDown: false,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue