mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Validators work
This commit is contained in:
@@ -614,7 +614,7 @@ public:
|
||||
// Initialize the Validators object with Config information.
|
||||
void prepareValidators ()
|
||||
{
|
||||
#if 0
|
||||
#if 1
|
||||
{
|
||||
std::vector <std::string> const& strings (getConfig().validators);
|
||||
m_validators->addStrings ("rippled.cfg", strings);
|
||||
@@ -628,7 +628,7 @@ public:
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
if (getConfig().getValidatorsFile() != File::nonexistent ())
|
||||
{
|
||||
m_validators->addFile (getConfig().getValidatorsFile());
|
||||
|
||||
Reference in New Issue
Block a user