Skip to content

Commit 57e3340

Browse files
authored
Merge pull request #492 from opentensor/fix/thewhaleking/tuple-oepsie
Str vs Tuple
2 parents 58a40b2 + c6b3322 commit 57e3340

File tree

1 file changed

+1
-1
lines changed
  • bittensor_cli/src/commands/stake

1 file changed

+1
-1
lines changed

bittensor_cli/src/commands/stake/add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ async def safe_stake_extrinsic(
107107
err_msg = (
108108
f"{failure_prelude}: Price exceeded tolerance limit. "
109109
f"Transaction rejected because partial staking is disabled. "
110-
f"Either increase price tolerance or enable partial staking.",
110+
f"Either increase price tolerance or enable partial staking."
111111
)
112112
print_error("\n" + err_msg, status=status)
113113
else:

0 commit comments

Comments
 (0)