mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-25 04:49:36 +00:00
bch testnet default node fix
This commit is contained in:
parent
243f2e4291
commit
b0ce231cf1
1 changed files with 2 additions and 2 deletions
|
@ -146,10 +146,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