Skip to content

Commit 13cf19a

Browse files
authored
Merge pull request #2868 from eveneast/master
chore: fix some typos in comment
2 parents 3673dff + 4eeee8b commit 13cf19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bittensor/core/extrinsics/asyncex/unstaking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ async def unstake_multiple_extrinsic(
291291
for idx, (hotkey_ss58, amount, old_stake, netuid) in enumerate(
292292
zip(hotkey_ss58s, amounts, old_stakes, netuids)
293293
):
294-
# Covert to bittensor.Balance
294+
# Convert to bittensor.Balance
295295
if amount is None:
296296
# Unstake it all.
297297
unstaking_balance = old_stake

bittensor/core/extrinsics/unstaking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def unstake_multiple_extrinsic(
281281
for idx, (hotkey_ss58, amount, old_stake, netuid) in enumerate(
282282
zip(hotkey_ss58s, amounts, old_stakes, netuids)
283283
):
284-
# Covert to bittensor.Balance
284+
# Convert to bittensor.Balance
285285
if amount is None:
286286
# Unstake it all.
287287
unstaking_balance = old_stake

0 commit comments

Comments
 (0)