more cleanup

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-04-30 12:26:32 +01:00
parent 1f07ecb36e
commit a44385f739
2 changed files with 1 additions and 2 deletions

View File

@@ -2257,7 +2257,7 @@ class NFTokenBaseUtil_test : public beast::unit_test::suite
// transfer that enables a transfer fee of 1 basis point.
STAmount beckyBalance = env.balance(becky);
uint256 const beckyBuyOfferIndex = keylet::nftoffer(becky, env.seq(becky)).key;
pmt = NumberSwitchOver ? drops(50001) : drops(100000);
pmt = drops(50001);
env(token::createOffer(becky, nftID, pmt), token::owner(carol));
env.close();
env(token::acceptBuyOffer(carol, beckyBuyOfferIndex));

View File

@@ -1822,7 +1822,6 @@ public:
using namespace jtx;
Env env{*this, features};
env.enableFeature(fixUniversalNumber);
auto const gw = Account{"gateway"};
auto const alice = Account{"alice"};