Correct port definition for bitcoin cash node to use the electrum port.

This commit is contained in:
Dan Miller 2022-09-20 10:55:16 -07:00
parent 321b83d50a
commit 3f6c7fd986
No known key found for this signature in database
GPG key ID: 3E62752FA78A3D06

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,