We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4488b commit 118af01Copy full SHA for 118af01
bittensor_cli/cli.py
@@ -259,7 +259,7 @@ class Options:
259
"--slippage-tolerance",
260
"--tolerance",
261
"--rate-tolerance",
262
- help="Set the rate tolerance percentage for transactions (default: 0.05%).",
+ help="Set the rate tolerance percentage for transactions (default: 0.05 for 5%).",
263
callback=validate_rate_tolerance,
264
)
265
safe_staking = typer.Option(
0 commit comments