mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
added using-namespace back
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user