mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Persistence for Validators
This commit is contained in:
@@ -26,6 +26,16 @@ public:
|
||||
return m_name;
|
||||
}
|
||||
|
||||
String uniqueID ()
|
||||
{
|
||||
return String::empty;
|
||||
}
|
||||
|
||||
String createParam ()
|
||||
{
|
||||
return String::empty;
|
||||
}
|
||||
|
||||
Result fetch (CancelCallback&, Journal journal)
|
||||
{
|
||||
Result result;
|
||||
|
||||
Reference in New Issue
Block a user