mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
add tfTestSuite flag to ttEnableAmendment to allow governance game to be installed with test accounts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user