diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 2582da7d..87cf5470 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -2571,7 +2571,7 @@ def root_set_take( [green]$[/green] btcli root set_take --wallet-name my_wallet --wallet-hotkey my_hotkey """ max_value = 0.18 - min_value = 0.08 + min_value = 0.00 self.verbosity_handler(quiet, verbose) if not take: diff --git a/bittensor_cli/src/commands/root.py b/bittensor_cli/src/commands/root.py index f29ce5e6..ca1ff0f7 100644 --- a/bittensor_cli/src/commands/root.py +++ b/bittensor_cli/src/commands/root.py @@ -1270,8 +1270,8 @@ async def _do_set_take() -> bool: ) return False - if take > 0.18 or take < 0.08: - err_console.print("ERROR: Take value should not exceed 18% or be below 8%") + if take > 0.18 or take < 0: + err_console.print("ERROR: Take value should not exceed 18% or be below 0%") return False result: bool = await set_take_extrinsic(