diff --git a/envconfig_8cpp_source.html b/envconfig_8cpp_source.html index 95643382b3..5804650e64 100644 --- a/envconfig_8cpp_source.html +++ b/envconfig_8cpp_source.html @@ -111,7 +111,7 @@ $(function() {
33 using namespace jtx;
34 // Default fees to old values, so tests don't have to worry about changes in
35 // Config.h
-
36 cfg.FEES.reference_fee = 10;
+
36 cfg.FEES.reference_fee = UNIT_TEST_REFERENCE_FEE;
37 cfg.FEES.account_reserve = XRP(200).value().xrp().drops();
38 cfg.FEES.owner_reserve = XRP(50).value().xrp().drops();
39