diff --git a/Reseed.cpp b/Reseed.cpp index 47141f7b..9c72dc84 100644 --- a/Reseed.cpp +++ b/Reseed.cpp @@ -133,7 +133,6 @@ namespace data { CryptoPP::AutoSeededRandomPool rnd; auto ind = rnd.GenerateWord32 (0, httpReseedHostList.size() - 1); -ind =5; std::string reseedHost = httpReseedHostList[ind]; return ReseedFromSU3 (reseedHost); }