Browse Source

fixed typo

pull/118/head
orignal 10 years ago
parent
commit
325117114a
  1. 1
      Reseed.cpp

1
Reseed.cpp

@ -133,7 +133,6 @@ namespace data @@ -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);
}

Loading…
Cancel
Save