mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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",
|
||||
port: 53012,
|
||||
name: defaultName,
|
||||
id: _nodeId(Coin.bitcoincash),
|
||||
id: _nodeId(Coin.bitcoincashTestnet),
|
||||
useSSL: true,
|
||||
enabled: true,
|
||||
coinName: Coin.bitcoincash.name,
|
||||
coinName: Coin.bitcoincashTestnet.name,
|
||||
isFailover: true,
|
||||
isDown: false,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue