Skip to content
Snippets Groups Projects
Commit 9cdcc78b authored by oljas.jarasbaev's avatar oljas.jarasbaev
Browse files

[*] fix

parent 01ce7c26
No related branches found
No related tags found
2 merge requests!2140Hotfix macos universalbin,!2114feature-16264
Pipeline #52739 failed with stage
in 15 minutes and 25 seconds
This commit is part of merge request !2114. Comments created here will be created in the context of that merge request.
...@@ -44,7 +44,7 @@ typedef struct { ...@@ -44,7 +44,7 @@ typedef struct {
} NetInfo; } NetInfo;
static NetInfo netinfo[NET_COUNT] = { static NetInfo netinfo[NET_COUNT] = {
{"riemann", "tKEL", {.uint64 = 0x000000000000dddd}, "http://rpc.cellframe.net", 8081}, {"riemann", "tKEL", {.uint64 = 0x000000000000dddd}, "45.76.140.191", 8081},
{"raiden", "tCELL", {.uint64 = 0x000000000000bbbb}, "http://rpc.cellframe.net", 8081}, {"raiden", "tCELL", {.uint64 = 0x000000000000bbbb}, "http://rpc.cellframe.net", 8081},
{"KelVPN", "KEL", {.uint64 = 0x1807202300000000}, "http://rpc.cellframe.net", 8081}, {"KelVPN", "KEL", {.uint64 = 0x1807202300000000}, "http://rpc.cellframe.net", 8081},
{"Backbone", "CELL", {.uint64 = 0x0404202200000000}, "http://rpc.cellframe.net", 8081}, {"Backbone", "CELL", {.uint64 = 0x0404202200000000}, "http://rpc.cellframe.net", 8081},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment