formatted

This commit is contained in:
Black Coffee 2022-10-20 16:14:45 +01:00
parent 60c88beb29
commit 1c56622d89

View file

@ -309,6 +309,7 @@ async def get_onchain_dashboard(gerty):
return areas
async def get_time_remaining_next_difficulty_adjustment(gerty):
if isinstance(gerty.mempool_endpoint, str):
async with httpx.AsyncClient() as client: