Skip to content

Commit 5a799c1

Browse files
author
Roman
committed
sign_with="hotkey" to publish_metadata
1 parent 6c6689c commit 5a799c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bittensor/core/extrinsics/asyncex/serving.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ async def publish_metadata(
282282
success, message = await subtensor.sign_and_send_extrinsic(
283283
call=call,
284284
wallet=wallet,
285+
sign_with="hotkey",
285286
wait_for_inclusion=wait_for_inclusion,
286287
wait_for_finalization=wait_for_finalization,
287288
period=period,

bittensor/core/extrinsics/serving.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def publish_metadata(
278278
success, message = subtensor.sign_and_send_extrinsic(
279279
call=call,
280280
wallet=wallet,
281+
sign_with="hotkey",
281282
wait_for_inclusion=wait_for_inclusion,
282283
wait_for_finalization=wait_for_finalization,
283284
period=period,

0 commit comments

Comments
 (0)