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:
@ -380,4 +381,4 @@ async def get_mempool_stat(stat_slug: str, gerty):
"{0} {1}{2}".format(format_number(fee_rate), ("sat" if fee_rate == 1 else "sats"), fee_append),
font_size,
750, pos_y))
return text
return text