diff --git a/AccountDelete__test_8cpp_source.html b/AccountDelete__test_8cpp_source.html
index 75db374219..61b6b2f50f 100644
--- a/AccountDelete__test_8cpp_source.html
+++ b/AccountDelete__test_8cpp_source.html
@@ -586,16 +586,16 @@ $(function() {
-
+
- 522 env(
pay(alice, becky,
XRP(20)));
+ 522 env(
pay(alice, becky,
XRP(10)));
526 BEAST_EXPECT(env.closed()->exists(beckyAcctKey));
- 527 BEAST_EXPECT(env.balance(becky) ==
XRP(20));
+ 527 BEAST_EXPECT(env.balance(becky) ==
XRP(10));
@@ -612,7 +612,7 @@ $(function() {
- 544 BEAST_EXPECT(env.balance(becky) ==
XRP(20) + payChanXRP);
+ 544 BEAST_EXPECT(env.balance(becky) ==
XRP(10) + payChanXRP);
diff --git a/AccountTx__test_8cpp_source.html b/AccountTx__test_8cpp_source.html
index c5ab5b6f67..f4b025ae64 100644
--- a/AccountTx__test_8cpp_source.html
+++ b/AccountTx__test_8cpp_source.html
@@ -618,7 +618,7 @@ $(function() {
-
+
diff --git a/FeeVote_8h_source.html b/FeeVote_8h_source.html
index 44a7a63904..741a1cc4fd 100644
--- a/FeeVote_8h_source.html
+++ b/FeeVote_8h_source.html
@@ -108,9 +108,9 @@ $(function() {
-
+
-
+
diff --git a/FeeVote__test_8cpp_source.html b/FeeVote__test_8cpp_source.html
index 115a876d20..9b4735f8ca 100644
--- a/FeeVote__test_8cpp_source.html
+++ b/FeeVote__test_8cpp_source.html
@@ -105,8 +105,8 @@ $(function() {
36 BEAST_EXPECT(setup.reference_fee == 10);
-
-
+
+
@@ -128,8 +128,8 @@ $(function() {
59 BEAST_EXPECT(setup.reference_fee == 10);
-
-
+
+
@@ -158,8 +158,8 @@ $(function() {
89 BEAST_EXPECT(setup.reference_fee == 10);
-
-
+
+
diff --git a/structripple_1_1FeeVote_1_1Setup.html b/structripple_1_1FeeVote_1_1Setup.html
index 60c95d51d1..363c4b1f3e 100644
--- a/structripple_1_1FeeVote_1_1Setup.html
+++ b/structripple_1_1FeeVote_1_1Setup.html
@@ -104,10 +104,10 @@ Public Attributes
| XRPAmount | reference_fee {10} |
| | The cost of a reference transaction in drops. More...
|
| |
-| XRPAmount | account_reserve {20 * DROPS_PER_XRP} |
+| XRPAmount | account_reserve {10 * DROPS_PER_XRP} |
| | The account reserve requirement in drops. More...
|
| |
-| XRPAmount | owner_reserve {5 * DROPS_PER_XRP} |
+| XRPAmount | owner_reserve {2 * DROPS_PER_XRP} |
| | The per-owned item reserve requirement in drops. More...
|
| |
@@ -174,7 +174,7 @@ Static Public Attributes
@@ -192,7 +192,7 @@ Static Public Attributes