This commit is contained in:
yinyiqian1
2026-07-16 15:40:35 -04:00
committed by Mayukha Vadari
parent e03dbeb08d
commit 160e2c0bb9
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,6 @@ VaultCreate::doApply()
.transferFee = std::nullopt,
.metadata = tx[~sfMPTokenMetadata],
.domainId = tx[~sfDomainID],
.immutableFlags = std::nullopt,
.referenceHolding = referenceHolding,
});
if (!maybeShare)

View File

@@ -3423,6 +3423,7 @@ class MPToken_test : public beast::unit_test::Suite
using namespace test::jtx;
Account const alice("alice");
Account const bob("bob");
// Can not provide mutate related flags, MPTokenMetadata or TransferFee when
// DynamicMPT amendment is not enabled
@@ -3535,7 +3536,7 @@ class MPToken_test : public beast::unit_test::Suite
tifMPTCanClawback | tifMPTCanEscrow | tifMPTRequireAuth |
tifMPTCanHoldConfidentialBalance});
auto const set_address = {
auto const setFlags = {
tfMPTSetCanLock,
tfMPTSetRequireAuth,
tfMPTSetCanEscrow,