mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
feat: logger success when wallet is connected
this should be a success log, see screenshot
This commit is contained in:
parent
460ceeba1d
commit
3e142fab0f
@ -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."
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user