fixed typo

This commit is contained in:
orignal 2014-12-22 21:02:32 -05:00
parent e1d445ab50
commit 325117114a

View File

@ -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);
}