add tfTestSuite flag to ttEnableAmendment to allow governance game to be installed with test accounts

This commit is contained in:
Richard Holland
2023-08-29 13:04:24 +00:00
parent 250f4dc13b
commit ede561cea3
4 changed files with 73 additions and 68 deletions

View File

@@ -115,6 +115,7 @@ constexpr std::uint32_t tfTrustSetMask =
// EnableAmendment flags:
constexpr std::uint32_t tfGotMajority = 0x00010000;
constexpr std::uint32_t tfLostMajority = 0x00020000;
constexpr std::uint32_t tfTestSuite = 0x80000000;
// PaymentChannelClaim flags:
constexpr std::uint32_t tfRenew = 0x00010000;