mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add skeleton for unl_default.
This commit is contained in:
@@ -194,4 +194,11 @@ Json::Value UniqueNodeList::getUnlJson()
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
void UniqueNodeList::nodeDefault(std::string strValidators) {
|
||||
std::cerr << "Validators>" << std::endl;
|
||||
std::cerr << strValidators;
|
||||
std::cerr << "Validators<" << std::endl;
|
||||
|
||||
}
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user