Update Memory_test.cpp

This commit is contained in:
Denis Angell
2024-10-07 23:32:39 +02:00
parent 04fb4b20f1
commit b128c75c0c

View File

@@ -60,8 +60,11 @@ class Memory_test : public beast::unit_test::suite
env(genesis::setAcceptHook(account), fee(XRP(2)));
env.close();
env(pay(dest, account, XRP(1)), fee(XRP(2)));
env.close();
for (int i = 0; i < 10; ++i)
{
env(pay(account, dest, XRP(1)), fee(XRP(1)));
env.close();
}
}
void