added using-namespace back

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-04-30 12:22:53 +01:00
parent 17f749b3e7
commit e57bbcd618

View File

@@ -4340,7 +4340,7 @@ private:
{
testcase("Amendment");
FeatureBitset const noAMM{testable_amendments() - featureAMM};
using namespace jtx;
Env env{*this, noAMM};
fund(env, gw, {alice}, {USD(1'000)}, Fund::All);
AMM amm(env, alice, XRP(1'000), USD(1'000), ter(temDISABLED));