mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bug fixes and add scoring framing work.
This commit is contained in:
@@ -65,12 +65,10 @@ const char *WalletDBInit[] = {
|
||||
);",
|
||||
|
||||
// Miscellaneous persistent information
|
||||
// ScoresUpdated: when scores was last updated.
|
||||
// Scores need updating if:
|
||||
// - This time is 0
|
||||
// - This time is prior to the most recent SeedDomains or SeedNodes fetch.
|
||||
// ScoreUpdated: when scores was last updated.
|
||||
"CREATE TABLE Misc ( \
|
||||
ScoresUpdated DATETIME \
|
||||
ScoreUpdated DATETIME, \
|
||||
FetchUpdated DATETIME \
|
||||
);",
|
||||
|
||||
// Domain:
|
||||
|
||||
Reference in New Issue
Block a user