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, )