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 c2bf3ca commit ec32d9fCopy full SHA for ec32d9f
bittensor/core/chain_data/metagraph_info.py
@@ -16,7 +16,7 @@
16
# to balance with unit (just shortcut)
17
def _tbwu(val: int, netuid: Optional[int] = 0) -> Balance:
18
"""Returns a Balance object from a value and unit."""
19
- return Balance.from_tao(val, netuid)
+ return Balance.from_rao(val, netuid)
20
21
22
@dataclass
0 commit comments