From 9650e6573e202ec6d9d42107904e07c0bfd0c8ed Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 13 Mar 2025 12:11:50 -0700 Subject: [PATCH] Adds rate-tolerance alias --- bittensor_cli/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index e041c8076..1b95e904c 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -241,6 +241,7 @@ class Options: "--slippage", "--slippage-tolerance", "--tolerance", + "--rate-tolerance", help="Set the rate tolerance percentage for transactions (default: 0.05%).", callback=validate_rate_tolerance, )