Merge branch 'develop' into ximinez/online-delete-gaps

This commit is contained in:
Ed Hennis
2026-05-06 14:17:47 -04:00
committed by GitHub
72 changed files with 171 additions and 25 deletions

View File

@@ -774,7 +774,7 @@ class AccountTx_test : public beast::unit_test::Suite
// All it takes is a large enough XRP payment to resurrect
// becky's account. Try too small a payment.
env(pay(alice, becky, drops(env.current()->fees().accountReserve(0)) - XRP(1)),
env(pay(alice, becky, drops(env.current()->fees().accountReserve(0)) - drops(1)),
Ter(tecNO_DST_INSUF_XRP));
env.close();