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 81b7575 commit 65e4f12Copy full SHA for 65e4f12
bittensor/core/extrinsics/staking.py
@@ -215,7 +215,7 @@ def add_stake_multiple_extrinsic(
215
wait_for_finalization: bool = False,
216
period: Optional[int] = None,
217
) -> bool:
218
- """Adds a stake to each ``hotkey_ss58`` in the list, using each amount, from a common coldkey.
+ """Adds stake to each ``hotkey_ss58`` in the list, using each amount, from a common coldkey.
219
220
Arguments:
221
subtensor: The initialized SubtensorInterface object.
0 commit comments