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

@@ -996,6 +996,8 @@ async def info(ctx: Context, mint: bool, mnemonic: bool):
print(f" - Version: {mint_info['version']}")
if mint_info.get("motd"):
print(f" - Message of the day: {mint_info['motd']}")
if mint_info.get("time"):
print(f" - Server time: {mint_info['time']}")
if mint_info.get("nuts"):
print(
" - Supported NUTS:"