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

@@ -180,6 +180,7 @@ enum TxType : std::uint16_t
*/
ttUNL_MODIFY = 102,
ttEMIT_FAILURE = 103,
ttUNL_REPORT = 104,
};
// clang-format on