minor cleanup

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-04-30 15:22:50 +01:00
parent 7015d609e8
commit 444285dc75

View File

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