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.
2 parents f9860aa + 6caad90 commit ef57a8cCopy full SHA for ef57a8c
bittensor_cli/src/commands/stake/children_hotkeys.py
@@ -190,7 +190,7 @@ async def set_childkey_take_extrinsic(
190
f":satellite: Setting childkey take on [white]{subtensor.network}[/white] ..."
191
):
192
try:
193
- if 0 < take <= 0.18:
+ if 0 <= take <= 0.18:
194
take_u16 = float_to_u16(take)
195
else:
196
return False, "Invalid take value"
0 commit comments