mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Merge pull request #11 from cake-tech/fix-address-of-xmr.ru-node
Changed address of a remote node node.xmr.ru:13666 to node.monero.net…
This commit is contained in:
commit
695fa8e3e5
2 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
uri: node.xmr.pt:18081
|
||||
is_default: false
|
||||
-
|
||||
uri: node.xmr.ru:13666
|
||||
uri: node.monero.net:18081
|
||||
is_default: false
|
||||
-
|
||||
uri: opennode.xmr-tw.org:18089
|
||||
|
|
|
@ -65,7 +65,8 @@ Future<void> replaceNodesMigration({@required Box<Node> nodes}) async {
|
|||
'eu-node.cakewallet.io:18081':
|
||||
Node(uri: 'xmr-node-eu.cakewallet.com:18081'),
|
||||
'node.cakewallet.io:18081':
|
||||
Node(uri: 'xmr-node-usa-east.cakewallet.com:18081')
|
||||
Node(uri: 'xmr-node-usa-east.cakewallet.com:18081'),
|
||||
'node.xmr.ru:13666': Node(uri: 'node.monero.net:18081')
|
||||
};
|
||||
|
||||
nodes.values.forEach((Node node) async {
|
||||
|
|
Loading…
Reference in a new issue