diff --git a/bittensor/subtensor.py b/bittensor/subtensor.py index e2429eff4d..75149c24e1 100644 --- a/bittensor/subtensor.py +++ b/bittensor/subtensor.py @@ -586,7 +586,7 @@ def _do_set_weights( """ Internal method to send a transaction to the Bittensor blockchain, setting weights for specified neurons. This method constructs and submits the transaction, handling - retries and blockchain communication. + retries and blockchain communication. Args: wallet (bittensor.wallet): The wallet associated with the neuron setting the weights.