ecash default server fix/update

This commit is contained in:
Julian 2024-06-03 14:50:16 -06:00
parent 3e116a50e4
commit 3b3448d12c

View file

@ -282,10 +282,8 @@ class Ecash extends Bip39HDCurrency with ElectrumXCurrencyInterface {
switch (network) { switch (network) {
case CryptoCurrencyNetwork.main: case CryptoCurrencyNetwork.main:
return NodeModel( return NodeModel(
// host: "ecash.stackwallet.com", host: "ecash.stackwallet.com",
// port: 59002, port: 59002,
host: "electrum.bitcoinabc.org",
port: 50002,
name: DefaultNodes.defaultName, name: DefaultNodes.defaultName,
id: DefaultNodes.buildId(this), id: DefaultNodes.buildId(this),
useSSL: true, useSSL: true,