Merge branch 'implement-name-coin' into testing

This commit is contained in:
julian 2022-09-21 07:59:47 -06:00
commit 1f3dd3472e

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,