Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Dec 5, 2024
1 parent a497a27 commit 9313a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precog/utils/bittensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def setup_bittensor_objects(self):
self.config.chain_endpoint = bt.subtensor.determine_chain_endpoint_and_network(self.config.network)[1]
else:
# if chain endpoint is set, overwrite network arg
self.config.network = self.config.subtensor.chain_endpoint
self.config.network = self.config.chain_endpoint
# Initialize subtensor.
self.subtensor = bt.subtensor(config=self.config, network=self.config.network)
self.metagraph = self.subtensor.metagraph(self.config.netuid)
Expand Down

0 comments on commit 9313a46

Please sign in to comment.