mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
Merge pull request #70 from danrmiller/port_fix
Correct port definition for bitcoin cash node to use the electrum port.
This commit is contained in:
commit
6c89257db3
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