mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
More Validators implementation
This commit is contained in:
@@ -729,7 +729,8 @@ File Config::getValidatorsFile () const
|
||||
|
||||
UniformResourceLocator Config::getValidatorsURL () const
|
||||
{
|
||||
String s = "https://" + VALIDATORS_SITE + VALIDATORS_URI;
|
||||
//String s = "https://" + VALIDATORS_SITE + VALIDATORS_URI;
|
||||
String s = VALIDATORS_SITE;
|
||||
return ParsedURL (s).url ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user