feat: Add docker support for inbuilt HSD

This commit is contained in:
2025-08-29 22:40:30 +10:00
parent 1203719eac
commit a2dc9f43e3
8 changed files with 208 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ fees = 0.02
revokeCheck = random.randint(100000,999999)
THEME = os.getenv("THEME")
THEME = os.getenv("THEME", "black")
def blocks_to_time(blocks: int) -> str: