Cron (on ledger cronjobs) (#590)

Co-authored-by: tequ <git@tequ.dev>
This commit is contained in:
RichardAH
2025-10-17 18:45:16 +10:00
committed by GitHub
parent 9c8b005406
commit 1ec31e79c9
28 changed files with 1470 additions and 12 deletions

View File

@@ -615,7 +615,7 @@ isPseudoTx(STObject const& tx)
auto tt = safe_cast<TxType>(*t);
return tt == ttAMENDMENT || tt == ttFEE || tt == ttUNL_MODIFY ||
tt == ttEMIT_FAILURE || tt == ttUNL_REPORT;
tt == ttEMIT_FAILURE || tt == ttUNL_REPORT || tt == ttCRON;
}
} // namespace ripple