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 58a40b2 commit c6b3322Copy full SHA for c6b3322
bittensor_cli/src/commands/stake/add.py
@@ -107,7 +107,7 @@ async def safe_stake_extrinsic(
107
err_msg = (
108
f"{failure_prelude}: Price exceeded tolerance limit. "
109
f"Transaction rejected because partial staking is disabled. "
110
- f"Either increase price tolerance or enable partial staking.",
+ f"Either increase price tolerance or enable partial staking."
111
)
112
print_error("\n" + err_msg, status=status)
113
else:
0 commit comments