feat: logger success when wallet is connected

this should be a success log, see screenshot
This commit is contained in:
dni ⚡ 2023-11-01 16:19:47 +01:00 committed by Pavol Rusnak
parent 460ceeba1d
commit 3e142fab0f

View File

@ -162,7 +162,7 @@ async def check_funding_source() -> None:
signal.signal(signal.SIGINT, original_sigint_handler)
logger.info(
logger.success(
f"✔️ Backend {WALLET.__class__.__name__} connected "
f"and with a balance of {balance} msat."
)