feat: logger success when wallet is connected
this should be a success log, see screenshot
This commit is contained in:
parent
460ceeba1d
commit
3e142fab0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue