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 e1a751f commit ac1f249Copy full SHA for ac1f249
bittensor_cli/src/bittensor/subtensor_interface.py
@@ -1500,4 +1500,4 @@ async def get_stake_fee(
1500
block_hash=block_hash,
1501
)
1502
1503
- return Balance.from_rao(result if result is not None else 0)
+ return Balance.from_rao(result)
0 commit comments