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