fix defaults for socks proxy and sat -> msat when ln is connected (#130)

This commit is contained in:
calle
2023-03-05 17:18:58 +01:00
committed by GitHub
parent 39e71b20d8
commit 5fdeecdc08
2 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ MINT_DATABASE=data/mint
# use builtin tor, this overrides SOCKS_HOST and SOCKS_PORT
TOR=TRUE
# use custom tor proxy, use with TOR=false
SOCKS_HOST=localhost
SOCKS_PORT=9050
# use custom tor proxy, this will only work with TOR=false
#SOCKS_HOST=localhost
#SOCKS_PORT=9050
# MINT

View File

@@ -33,7 +33,7 @@ async def start_mint_init():
f"The backend for {ledger.lightning.__class__.__name__} isn't working properly: '{error_message}'",
RuntimeWarning,
)
logger.info(f"Lightning balance: {balance} sat")
logger.info(f"Lightning balance: {balance} msat")
logger.info(f"Data dir: {CASHU_DIR}")
logger.info("Mint started.")