Put ledgerAdvance jobs in their own class.

This commit is contained in:
JoelKatz
2013-08-13 14:05:32 -07:00
parent e94f895754
commit fcd7522922
4 changed files with 15 additions and 10 deletions

View File

@@ -88,6 +88,9 @@ const char* Job::toString (JobType t)
case jtPUBLEDGER:
return "publishNewLedger";
case jtADVANCE:
return "advanceLedger";
case jtVALIDATION_t:
return "trustedValidation";