mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-01 20:05:43 +03:00
lower weight proof sample size (#1276)
This commit is contained in:
parent
f4478dfadd
commit
4f4f2f6f50
@ -39,7 +39,7 @@ class WeightProofHandler:
|
||||
|
||||
LAMBDA_L = 100
|
||||
C = 0.5
|
||||
MAX_SAMPLES = 50
|
||||
MAX_SAMPLES = 20
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
Loading…
Reference in New Issue
Block a user