mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Persistence for Validators
This commit is contained in:
@@ -24,6 +24,16 @@ public:
|
||||
return "File :'" + m_file.getFullPathName () + "'";
|
||||
}
|
||||
|
||||
String uniqueID ()
|
||||
{
|
||||
return "File," + m_file.getFullPathName ();
|
||||
}
|
||||
|
||||
String createParam ()
|
||||
{
|
||||
return m_file.getFullPathName ();
|
||||
}
|
||||
|
||||
Result fetch (CancelCallback&, Journal journal)
|
||||
{
|
||||
Result result;
|
||||
|
||||
Reference in New Issue
Block a user