Skip to content

Commit 118af01

Browse files
authored
Updates percentage value
1 parent 0a4488b commit 118af01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class Options:
259259
"--slippage-tolerance",
260260
"--tolerance",
261261
"--rate-tolerance",
262-
help="Set the rate tolerance percentage for transactions (default: 0.05%).",
262+
help="Set the rate tolerance percentage for transactions (default: 0.05 for 5%).",
263263
callback=validate_rate_tolerance,
264264
)
265265
safe_staking = typer.Option(

0 commit comments

Comments
 (0)