diff --git a/ChainBoot.py b/ChainBoot.py index 1551b4a..58ea438 100755 --- a/ChainBoot.py +++ b/ChainBoot.py @@ -17,7 +17,7 @@ from snefru_hash import append_snefru -UNRELIABILITY_PERCENT = 1 +UNRELIABILITY_PERCENT = 0 def failchance(): return (random.random() < UNRELIABILITY_PERCENT/100)