We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publish_metadata
1 parent 6c6689c commit 5a799c1Copy full SHA for 5a799c1
bittensor/core/extrinsics/asyncex/serving.py
@@ -282,6 +282,7 @@ async def publish_metadata(
282
success, message = await subtensor.sign_and_send_extrinsic(
283
call=call,
284
wallet=wallet,
285
+ sign_with="hotkey",
286
wait_for_inclusion=wait_for_inclusion,
287
wait_for_finalization=wait_for_finalization,
288
period=period,
bittensor/core/extrinsics/serving.py
@@ -278,6 +278,7 @@ def publish_metadata(
278
success, message = subtensor.sign_and_send_extrinsic(
279
280
281
0 commit comments