mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
trust monero and wownero default nodes
This commit is contained in:
parent
ca52bb8d59
commit
a8d5301381
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ abstract class DefaultNodes {
|
|||
coinName: Coin.monero.name,
|
||||
isFailover: true,
|
||||
isDown: false,
|
||||
trusted: false,
|
||||
trusted: true,
|
||||
);
|
||||
|
||||
static NodeModel get wownero => NodeModel(
|
||||
|
@ -121,7 +121,7 @@ abstract class DefaultNodes {
|
|||
coinName: Coin.wownero.name,
|
||||
isFailover: true,
|
||||
isDown: false,
|
||||
trusted: false,
|
||||
trusted: true,
|
||||
);
|
||||
|
||||
static NodeModel get epicCash => NodeModel(
|
||||
|
|
Loading…
Reference in a new issue