Add UNLReport obj/pseudo txn. Tracks which validators were online and validating last 256 ledgers.

This commit is contained in:
Richard Holland
2023-06-12 12:31:00 +00:00
parent d31ee509a9
commit c33e64fa3d
15 changed files with 134 additions and 2 deletions

View File

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