From 2e5b8ec08339a2cfa9c577deb56f324c21c5ebe9 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:34:03 +0000 Subject: [PATCH] amm: remove duplicate minrate check --- scripts/createoffers.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/createoffers.py b/scripts/createoffers.py index da6cdc4..16f0677 100755 --- a/scripts/createoffers.py +++ b/scripts/createoffers.py @@ -1169,11 +1169,6 @@ def process_offers(args, config, script_state) -> None: ) use_rate = offer_template["minrate"] - # Final minimum rate check after all adjustments - if use_rate < offer_template["minrate"]: - print("Warning: Final rate clamping to minimum after all adjustments.") - use_rate = offer_template["minrate"] - if args.debug: print( "Creating offer for: {} at rate: {}".format(