mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-29 21:55:58 +00:00
Correct port definition for bitcoin cash node to use the electrum port.
This commit is contained in:
parent
321b83d50a
commit
3f6c7fd986
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