mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +00:00
ecash default server fix/update
This commit is contained in:
parent
3e116a50e4
commit
3b3448d12c
1 changed files with 2 additions and 4 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue