Skip to content

Commit

Permalink
shouldn't be commented
Browse files Browse the repository at this point in the history
  • Loading branch information
surcyf123 authored Dec 5, 2024
1 parent 9146859 commit 51a6949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def run(self):
f"on network: {self.subtensor.chain_endpoint} "
f"with netuid: {self.config.netuid}"
)
# self.axon.serve(self.config.netuid, subtensor=self.subtensor)
self.axon.serve(self.config.netuid, subtensor=self.subtensor)
bt.logging.info(f"Starting axon server on port: {self.config.axon.port}")
self.axon.start()
self.last_epoch_block = self.subtensor.get_current_block()
Expand Down

0 comments on commit 51a6949

Please sign in to comment.