mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
Change default bitcoincash testnet electrum node to stackwallet.
This commit is contained in:
parent
1dc83ebd8c
commit
c0e143b89b
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ abstract class DefaultNodes {
|
|||
);
|
||||
|
||||
static NodeModel get bitcoincashTestnet => NodeModel(
|
||||
host: "testnet.hsmiths.com",
|
||||
port: 53012,
|
||||
host: "bitcoincash-testnet.stackwallet.com",
|
||||
port: 60002,
|
||||
name: defaultName,
|
||||
id: _nodeId(Coin.bitcoincashTestnet),
|
||||
useSSL: true,
|
||||
|
|
Loading…
Reference in a new issue