diff options
author | rbrunner7 <rbrunner@dreamshare.ch> | 2021-07-27 13:45:55 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-08-12 04:42:46 +0200 |
commit | 8dbe2e57ac0ecef7601c1f74065cfdb1811d58d1 (patch) | |
tree | 1d40090bc75c3388746522b847933487d1b53e8e | |
parent | wallet2: Don't auto lock device on process parsed blocks (diff) | |
download | monero-8dbe2e57ac0ecef7601c1f74065cfdb1811d58d1.tar.xz |
Daemon: Update average block size table
-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 9dffe6ebe..66875319e 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; |