mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-03 15:54:20 +01:00
fix defaults for socks proxy and sat -> msat when ln is connected (#130)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user