File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1363,7 +1363,7 @@ async def funding_job(
1363
1363
await asyncio .sleep (60 )
1364
1364
1365
1365
def _set_env_variables (self , hash : str ) -> None :
1366
- self .logger .info (f"_set_env_variables - not implemented" )
1366
+ self .logger .info (f"_set_env_variables { hash } - not implemented" )
1367
1367
1368
1368
def deploy_service_locally (self , hash : str , force : bool = True ) -> Deployment :
1369
1369
"""
Original file line number Diff line number Diff line change 67
67
)
68
68
from operate .http .exceptions import NotAllowed
69
69
from operate .keys import Keys
70
- from operate .ledger .profiles import STAKING
71
70
from operate .resource import LocalResource
72
71
from operate .services .deployment_runner import run_host_deployment , stop_host_deployment
73
72
from operate .services .utils import tendermint
You can’t perform that action at this time.
0 commit comments