From 61ca3165796141ceadb63609deba37196d123d34 Mon Sep 17 00:00:00 2001 From: Steffen Cruz Date: Mon, 9 Oct 2023 21:30:30 -0600 Subject: [PATCH] Fix typo --- bittensor/extrinsics/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bittensor/extrinsics/network.py b/bittensor/extrinsics/network.py index d2e8ac3455..04447e9f14 100644 --- a/bittensor/extrinsics/network.py +++ b/bittensor/extrinsics/network.py @@ -51,7 +51,7 @@ def register_subnetwork_extrinsic( burn_cost = bittensor.utils.balance.Balance(subtensor.get_subnet_burn_cost()) if burn_cost > your_balance: bittensor.__console__.print( - f"Your balance of: [green]{your_balance}[/green] is not enough to pay the subnet burn cost of: [green]{burn_cost}[/green]" + f"Your balance of: [green]{your_balance}[/green] is not enough to pay the subnet lock cost of: [green]{burn_cost}[/green]" ) return False