mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
.
This commit is contained in:
@@ -102,3 +102,6 @@
|
||||
|
||||
[validation_seed]
|
||||
snTBDmrhUK3znvF8AaQURLm4UCkbS
|
||||
|
||||
[unl_default]
|
||||
validators.txt
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user