mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Reduce default reserves to 10/2 (#4329)
Reduce the reserve requirements from 20/5 to 10/2 in line with the current network votes. The requirements of 10/2 have been on the network long enough that new nodes should not still have the old reserve amount. Co-authored-by: Richard Holland <richard.holland@starstone.co.nz>
This commit is contained in:
@@ -547,7 +547,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, XRP(19)), ter(tecNO_DST_INSUF_XRP));
|
||||
env(pay(alice, becky, XRP(9)), ter(tecNO_DST_INSUF_XRP));
|
||||
env.close();
|
||||
|
||||
// Actually resurrect becky's account.
|
||||
|
||||
Reference in New Issue
Block a user