summaryrefslogtreecommitdiff
path: root/world/mkworld.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-12-17 11:52:05 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-12-17 11:52:05 -0800
commit7d001458cb6c8346fc8cbce4bfb139adefea4218 (patch)
treeb9e7d9f9a58e5529decbc0e5c084a9fd2f4823d1 /world/mkworld.cpp
parent823c9979c0a3795b16246cc6ed9e74e5040ca387 (diff)
downloadinfinitytier-7d001458cb6c8346fc8cbce4bfb139adefea4218.tar.gz
infinitytier-7d001458cb6c8346fc8cbce4bfb139adefea4218.zip
Update World to drop an old legacy root.
Diffstat (limited to 'world/mkworld.cpp')
-rw-r--r--world/mkworld.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/mkworld.cpp b/world/mkworld.cpp
index 768792db..866d6a9e 100644
--- a/world/mkworld.cpp
+++ b/world/mkworld.cpp
@@ -109,7 +109,7 @@ int main(int argc,char **argv)
std::vector<World::Root> roots;
const uint64_t id = ZT_WORLD_ID_EARTH;
- const uint64_t ts = 1448048819338ULL; // November 20th, 2015 ~11:47AM
+ const uint64_t ts = 1450381818269ULL; // December 17th, 2015
// Alice
roots.push_back(World::Root());
@@ -147,7 +147,7 @@ int main(int argc,char **argv)
roots.push_back(World::Root());
roots.back().identity = Identity("7e19876aba:0:2a6e2b2318930f60eb097f70d0f4b028b2cd6d3d0c63c014b9039ff35390e41181f216fb2e6fa8d95c1ee9667156411905c3dccfea78d8c6dfafba688170b3fa");
roots.back().stableEndpoints.push_back(InetAddress("198.199.97.220/9993"));
- roots.back().stableEndpoints.push_back(InetAddress("2604:a880:1:20::c5:f001/9993"))
+ roots.back().stableEndpoints.push_back(InetAddress("2604:a880:1:20::c5:f001/9993"));
// END WORLD DEFINITION
// =========================================================================