mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49: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(
|
static NodeModel get bitcoincash => NodeModel(
|
||||||
host: "bitcoincash.stackwallet.com",
|
host: "bitcoincash.stackwallet.com",
|
||||||
port: 8332,
|
port: 50002,
|
||||||
name: defaultName,
|
name: defaultName,
|
||||||
id: _nodeId(Coin.bitcoincash),
|
id: _nodeId(Coin.bitcoincash),
|
||||||
useSSL: true,
|
useSSL: true,
|
||||||
|
|
Loading…
Reference in a new issue