Fix a bug Arthur reported.

This commit is contained in:
JoelKatz
2012-12-24 14:52:36 -08:00
parent 59275c0a2b
commit 69a434763e
2 changed files with 7 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ enum JobType
jtACCEPTLEDGER = 20,
jtPUBLEDGER = 21,
jtTXN_PROC = 22,
};
}; // CAUTION: If you add new types, add them to JobType.cpp too
#define NUM_JOB_TYPES 24
class Job