export: close committee review gaps

This commit is contained in:
Nicholas Dudfield
2026-07-16 13:20:42 +07:00
parent b20d135388
commit 80ca259233
14 changed files with 399 additions and 653 deletions

View File

@@ -72,6 +72,17 @@ public:
BEAST_EXPECT(result[jss::result][jss::status] == "success");
}
{
auto const& exportFlags =
result[jss::result][jss::TRANSACTION_FLAGS]["Export"];
BEAST_EXPECT(
exportFlags["tfExportEraseLatch"].asUInt() ==
tfExportEraseLatch);
BEAST_EXPECT(
exportFlags["tfExportEraseCommittee"].asUInt() ==
tfExportEraseCommittee);
}
// check exception SFields
{
auto const fieldExists = [&](std::string name) {