mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 11:00:23 +00:00
refactor: Move baseAccountReserve back to Fees.h (#7688)
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include <xrpl/beast/unit_test/suite.h>
|
||||
#include <xrpl/json/json_value.h>
|
||||
#include <xrpl/json/to_string.h>
|
||||
#include <xrpl/ledger/helpers/AccountRootHelpers.h>
|
||||
#include <xrpl/protocol/AccountID.h>
|
||||
#include <xrpl/protocol/Feature.h>
|
||||
#include <xrpl/protocol/TER.h>
|
||||
@@ -192,7 +191,7 @@ public:
|
||||
|
||||
auto const txFee = env.current()->fees().base;
|
||||
auto const baseReserve = env.current()->fees().reserve;
|
||||
auto const threelineReserve = baseAccountReserve(*env.current(), 3);
|
||||
auto const threelineReserve = env.current()->fees().accountReserve(3, 1);
|
||||
|
||||
env.fund(XRP(10000), gwA, gwB, assistor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user