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.
2 parents eb7dd6c + a7338fc commit 6e76b64Copy full SHA for 6e76b64
bittensor/core/extrinsics/unstaking.py
@@ -75,7 +75,7 @@ def unstake_extrinsic(
75
block=block,
76
)
77
78
- # Covert to bittensor.Balance
+ # Convert to bittensor.Balance
79
if amount is None:
80
# Unstake it all.
81
logging.warning(
0 commit comments