File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
miner/app/src/compute_horde_miner/miner Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212
1313from compute_horde_miner .celery import app
1414from compute_horde_miner .miner import eviction , quasi_axon
15- from compute_horde_miner .miner .executor_manager import current
1615from compute_horde_miner .miner .manifest_commitment import commit_manifest_to_subtensor
1716from compute_horde_miner .miner .models import Validator
1817from compute_horde_miner .miner .receipts import current_store
@@ -107,6 +106,8 @@ def commit_manifest_to_chain():
107106 Commits manifest to chain.
108107 """
109108 try :
109+ from compute_horde_miner .miner .executor_manager import current
110+
110111 manifest = async_to_sync (current .executor_manager .get_manifest )()
111112
112113 wallet = settings .BITTENSOR_WALLET ()
You can’t perform that action at this time.
0 commit comments