diff options
author | stoffu <stoffu@protonmail.ch> | 2019-04-09 18:54:00 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2019-04-09 19:40:52 +0900 |
commit | 815d08dc5f18f49fe229dfddfefdc18cbe6a50a8 (patch) | |
tree | e8acea9c75445b3e4317be7e5af0020d9820acac /tests | |
parent | blockchain: remove unused calc of short_term_constraint (diff) | |
download | monero-815d08dc5f18f49fe229dfddfefdc18cbe6a50a8.tar.xz |
tests/block_weight: remove unused MULTIPLIER_SMALL
Diffstat (limited to '')
-rwxr-xr-x | tests/block_weight/block_weight.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/block_weight/block_weight.py b/tests/block_weight/block_weight.py index ba533c53c..ae75844e2 100755 --- a/tests/block_weight/block_weight.py +++ b/tests/block_weight/block_weight.py @@ -9,7 +9,6 @@ import math MEDIAN_WINDOW_SMALL = 100 # number of recent blocks for median computation MEDIAN_WINDOW_BIG = 5000 -MULTIPLIER_SMALL = 1.4 # multipliers for determining weights MULTIPLIER_BIG = 50.0 MEDIAN_THRESHOLD = 300*1000 # initial value for median (scaled kB -> B) lcg_seed = 0 |