mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
Merge branch 'implement-name-coin' into testing
This commit is contained in:
commit
1f3dd3472e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ abstract class DefaultNodes {
|
|||
|
||||
static NodeModel get bitcoincash => NodeModel(
|
||||
host: "bitcoincash.stackwallet.com",
|
||||
port: 8332,
|
||||
port: 50002,
|
||||
name: defaultName,
|
||||
id: _nodeId(Coin.bitcoincash),
|
||||
useSSL: true,
|
||||
|
|
Loading…
Reference in a new issue