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) {
case CryptoCurrencyNetwork.main:
return NodeModel(
// host: "ecash.stackwallet.com",
// port: 59002,
host: "electrum.bitcoinabc.org",
port: 50002,
host: "ecash.stackwallet.com",
port: 59002,
name: DefaultNodes.defaultName,
id: DefaultNodes.buildId(this),
useSSL: true,