mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 02:36:47 +00:00
Merge branch 'develop' into ximinez/online-delete-gaps
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user