feat: Add MPT support to DEX (#5285)

This commit is contained in:
Gregory Tsipenyuk
2026-04-08 12:17:37 -04:00
committed by GitHub
parent 6d1a5be8d2
commit dfcad69155
223 changed files with 34897 additions and 4228 deletions

View File

@@ -13,7 +13,7 @@ public:
testcase("Test memos");
using namespace test::jtx;
Account alice{"alice"};
Account const alice{"alice"};
Env env(*this);
env.fund(XRP(10000), alice);