mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +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) {
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue