Skip to content

Commit d53ea38

Browse files
committed
Change spend buckets to previous point buckets (index swap).
1 parent b731279 commit d53ea38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ parser::parser(system::chain::selection context) NOEXCEPT
8888
configured.database.puts_size = 6'300'000'000;
8989
configured.database.puts_rate = 5;
9090

91-
configured.database.spend_buckets = 1'751'471'741;
91+
configured.database.spend_buckets = 1'750'905'073;
9292
configured.database.spend_size = 10'000'000'000;
9393
configured.database.spend_rate = 5;
9494

@@ -720,7 +720,7 @@ options_metadata parser::load_settings() THROWS
720720
(
721721
"database.spend_buckets",
722722
value<uint32_t>(&configured.database.spend_buckets),
723-
"The number of buckets in the spend table head, defaults to '1751471741'."
723+
"The number of buckets in the spend table head, defaults to '1750905073'."
724724
)
725725
(
726726
"database.spend_size",

0 commit comments

Comments
 (0)