Skip to content

Commit 51a6949

Browse files
authored
shouldn't be commented
1 parent 9146859 commit 51a6949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/miner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def run(self):
125125
f"on network: {self.subtensor.chain_endpoint} "
126126
f"with netuid: {self.config.netuid}"
127127
)
128-
# self.axon.serve(self.config.netuid, subtensor=self.subtensor)
128+
self.axon.serve(self.config.netuid, subtensor=self.subtensor)
129129
bt.logging.info(f"Starting axon server on port: {self.config.axon.port}")
130130
self.axon.start()
131131
self.last_epoch_block = self.subtensor.get_current_block()

0 commit comments

Comments
 (0)