From 8d3e86532b5ff98e877da856d088d4656428a27f Mon Sep 17 00:00:00 2001 From: nova-rey Date: Thu, 6 Nov 2025 06:23:27 -0600 Subject: [PATCH] chore: correct HornExample amount to 4.0 for proper per-number wager --- examples/run_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_examples.py b/examples/run_examples.py index 99ed3d5c..1c998950 100644 --- a/examples/run_examples.py +++ b/examples/run_examples.py @@ -40,7 +40,7 @@ def main(): always_working=True, ), ), - ("HornExample", lambda: HornExample(amount=5.0)), + ("HornExample", lambda: HornExample(amount=4.0)), ("WorldExample", lambda: WorldExample(amount=5.0)), ] for name, factory in runs: