mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Validators work
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
enum
|
||||
{
|
||||
// This affects the format of the data!
|
||||
currentSchemaVersion = 1
|
||||
currentSchemaVersion = 2
|
||||
};
|
||||
|
||||
explicit StoreSqdb (Journal journal = Journal());
|
||||
@@ -45,6 +45,8 @@ public:
|
||||
|
||||
void update (SourceDesc& desc, bool updateFetchResults);
|
||||
|
||||
void remove (RipplePublicKey const& publicKey);
|
||||
|
||||
private:
|
||||
void report (Error const& error, char const* fileName, int lineNumber);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user