Support 'cron' with ledger_entry RPC (#608)

This commit is contained in:
tequ
2025-10-24 16:05:14 +09:00
committed by GitHub
parent 6f148a8ac7
commit 2a10013dfc
4 changed files with 115 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ enum class LedgerNameSpace : std::uint16_t {
URI_TOKEN = 'U',
IMPORT_VLSEQ = 'I',
UNL_REPORT = 'R',
CRON = 'A',
CRON = 'L',
// No longer used or supported. Left here to reserve the space
// to avoid accidental reuse.