mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-27 09:00:09 +00:00
test(export): initialize account root before reserve edit
This commit is contained in:
@@ -842,6 +842,11 @@ struct Export_test : public beast::unit_test::suite
|
||||
Account const carol{"carol"};
|
||||
|
||||
env.fund(XRP(10000), alice, carol);
|
||||
{
|
||||
uint256 const nftId0{token::getNextID(env, alice, 0u)};
|
||||
env(token::mint(alice, 0u));
|
||||
env(token::burn(alice, nftId0));
|
||||
}
|
||||
env.close();
|
||||
|
||||
auto const& valKeys = env.app().getValidatorKeys();
|
||||
|
||||
Reference in New Issue
Block a user