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:
julian-CStack 2022-09-21 07:26:38 -06:00 committed by GitHub
commit 6c89257db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,