mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Improve reporting for bad validators.txt.
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
void start();
|
||||
|
||||
void nodeAddPublic(NewcoinAddress naNodePublic, std::string strComment);
|
||||
void nodeAddDomain(std::string strDomain, validatorSource vsWhy, std::string strComment="");
|
||||
void nodeAddDomain(const std::string& strDomain, validatorSource vsWhy, std::string strComment="");
|
||||
void nodeRemove(NewcoinAddress naNodePublic);
|
||||
void nodeDefault(std::string strValidators);
|
||||
void nodeReset();
|
||||
|
||||
Reference in New Issue
Block a user