mirror of
https://github.com/monero-project/monero.git
synced 2026-01-25 13:54:31 +01:00
tests/block_weight: remove unused MULTIPLIER_SMALL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user