Skip to content

Commit b9ca6d6

Browse files
author
Roman
committed
rename class
1 parent fd22870 commit b9ca6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor/core/subtensor_api/stakes.py renamed to bittensor/core/subtensor_api/staking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from bittensor.core.async_subtensor import AsyncSubtensor as _AsyncSubtensor
44

55

6-
class Stakes:
7-
"""Class for managing stake operations."""
6+
class Staking:
7+
"""Class for managing staking operations."""
88

99
def __init__(self, subtensor: Union["_Subtensor", "_AsyncSubtensor"]):
1010
self.add_stake = subtensor.add_stake

0 commit comments

Comments
 (0)