File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
bittensor/core/extrinsics Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ async def do_serve_axon(
61
61
wallet = wallet ,
62
62
wait_for_inclusion = wait_for_inclusion ,
63
63
wait_for_finalization = wait_for_finalization ,
64
+ sign_with = "hotkey" ,
64
65
period = period ,
65
66
)
66
67
return success , message
@@ -140,7 +141,7 @@ async def serve_extrinsic(
140
141
f"Serving axon with: [blue]AxonInfo({ wallet .hotkey .ss58_address } , { ip } :{ port } )[/blue] -> "
141
142
f"[green]{ subtensor .network } :{ netuid } [/green]"
142
143
)
143
- success , message = do_serve_axon (
144
+ success , message = await do_serve_axon (
144
145
subtensor = subtensor ,
145
146
wallet = wallet ,
146
147
call_params = params ,
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ def do_serve_axon(
60
60
wallet = wallet ,
61
61
wait_for_inclusion = wait_for_inclusion ,
62
62
wait_for_finalization = wait_for_finalization ,
63
+ sign_with = "hotkey" ,
63
64
period = period ,
64
65
)
65
66
return success , message
You can’t perform that action at this time.
0 commit comments