We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5f490 commit f4285dfCopy full SHA for f4285df
validators/weight_setter.py
@@ -193,7 +193,7 @@ async def consume_organic_scoring(self):
193
).attach(
194
forward_fn=self.text,
195
)
196
- # self.axon.serve(netuid = self.config.netuid, subtensor = self.subtensor)
+ self.axon.serve(netuid = self.config.netuid, subtensor = self.subtensor)
197
self.axon.start()
198
self.my_subnet_uid = self.metagraph.hotkeys.index(
199
self.wallet.hotkey.ss58_address
0 commit comments