This commit is contained in:
jed
2012-06-18 13:07:48 -07:00
parent 3e46abf9b8
commit 8521b82180
2 changed files with 4 additions and 1 deletions

View File

@@ -102,3 +102,6 @@
[validation_seed]
snTBDmrhUK3znvF8AaQURLm4UCkbS
[unl_default]
validators.txt

View File

@@ -1529,7 +1529,7 @@ bool UniqueNodeList::nodeLoad()
return false;
}
nodeDefault(strValidators, theConfig.UNL_DEFAULT.native());
nodeDefault(strValidators, theConfig.UNL_DEFAULT.string());
std::cerr << str(boost::format("Processing: %s") % theConfig.UNL_DEFAULT) << std::endl;