mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move UNL timer processing to the JobQueue
This commit is contained in:
@@ -66,6 +66,7 @@ const char* Job::toString (JobType t)
|
||||
case jtUPDATE_PF: return "updatePaths";
|
||||
case jtCLIENT: return "clientCommand";
|
||||
case jtTRANSACTION: return "transaction";
|
||||
case jtUNL: return "unl";
|
||||
case jtADVANCE: return "advanceLedger";
|
||||
case jtPUBLEDGER: return "publishNewLedger";
|
||||
case jtTXN_DATA: return "fetchTxnData";
|
||||
|
||||
Reference in New Issue
Block a user