Fix AMMClawback missing MPToken recreation for MPTs

This commit is contained in:
Gregory Tsipenyuk
2026-05-15 17:58:24 -04:00
parent 210b6e08ba
commit 21cfba66fd
4 changed files with 87 additions and 3 deletions

View File

@@ -171,6 +171,14 @@ createMPToken(
AccountID const& account,
std::uint32_t const flags);
TER
checkCreateMPT(
xrpl::ApplyView& view,
xrpl::MPTIssue const& mptIssue,
xrpl::AccountID const& holder,
std::uint32_t flags,
beast::Journal j);
TER
checkCreateMPT(
xrpl::ApplyView& view,