Fix shadowing variables

This commit is contained in:
seelabs
2019-08-13 14:26:02 -07:00
parent 014df67fed
commit b9e73b4852
55 changed files with 460 additions and 444 deletions

View File

@@ -634,8 +634,8 @@ trustthesevalidators.gov
vtg.validatorsFile ();
std::ofstream o (vtg.validatorsFile ());
try {
Config c;
c.loadFromString (boost::str (cc % vtg.validatorsFile ()));
Config c2;
c2.loadFromString (boost::str (cc % vtg.validatorsFile ()));
} catch (std::runtime_error& e) {
error = e.what();
}