implement nut-06 time (#611)

This commit is contained in:
Pavol Rusnak
2024-09-04 11:15:27 +02:00
committed by GitHub
parent 77ba356499
commit accfdfec8e
4 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import asyncio
import time
from fastapi import APIRouter, Request, WebSocket
from loguru import logger
@@ -56,6 +57,7 @@ async def info() -> GetInfoResponse:
contact=contact_info,
nuts=mint_features,
motd=settings.mint_info_motd,
time=int(time.time()),
)