mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Put ledgerAdvance jobs in their own class.
This commit is contained in:
@@ -88,6 +88,9 @@ const char* Job::toString (JobType t)
|
||||
case jtPUBLEDGER:
|
||||
return "publishNewLedger";
|
||||
|
||||
case jtADVANCE:
|
||||
return "advanceLedger";
|
||||
|
||||
case jtVALIDATION_t:
|
||||
return "trustedValidation";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user