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 c44a5ce commit 0d88cfdCopy full SHA for 0d88cfd
tests/e2e_tests/utils/chain_interactions.py
@@ -19,7 +19,7 @@
19
20
21
def get_dynamic_balance(rao: int, netuid: int = 0):
22
- """Returns a Balance object with the given rao and netuid for testing purposes with synamic values."""
+ """Returns a Balance object with the given rao and netuid for testing purposes with dynamic values."""
23
return Balance(rao).set_unit(netuid)
24
25
0 commit comments