diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-08-11 22:37:56 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-11 22:37:56 -0400 |
commit | 89664fcee58688b7e439fb8fcdce0c3792195dd3 (patch) | |
tree | f111fe40c0f8bb668dee1f3eba9766339ff0196b | |
parent | Merge pull request #7809 (diff) | |
parent | Daemon: Update average block size table (diff) | |
download | monero-89664fcee58688b7e439fb8fcdce0c3792195dd3.tar.xz |
Merge pull request #7811
3d3a671 Daemon: Update average block size table (rbrunner7)
-rw-r--r-- | src/common/util.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/common/util.cpp b/src/common/util.cpp index 445a11a75..af9843b95 100644 --- a/src/common/util.cpp +++ b/src/common/util.cpp @@ -1355,8 +1355,12 @@ std::string get_nix_version_display_string() 100743, 92152, 57565, 22533, 37564, 21823, 19980, 18277, 18402, 14344, 12142, 15842, 13677, 17631, 18294, 22270, 41422, 39296, 36688, 33512, 33831, 27582, 22276, 27516, 27317, 25505, 24426, 20566, 23045, 26766, - 28185, 26169, 27011, - 28642 // Blocks 1,990,000 to 1,999,999 in December 2019 + 28185, 26169, 27011, 28642, 34994, 34442, 30682, 34357, 31640, 41167, + 41301, 48616, 51075, 55061, 49909, 44606, 47091, 53828, 42520, 39023, + 55245, 56145, 51119, 60398, 71821, 48142, 60310, 56041, 54176, 66220, + 56336, 55248, 56656, 63305, 54029, 77136, 71902, 71618, 83587, 81068, + 69062, 54848, 53681, 53555, + 50616 // Blocks 2,400,000 to 2,409,999 in July 2021 }; const uint64_t block_range_size = 10000; |