config cleanup regarding MPP (#689)

* remove MINT_LND_ENABLE_MPP from .env.example

since it is now default

* remove MINT_LND_ENABLE_MPP from CI regtest workflow

since it is now default

* enable MINT_CLNREST_ENABLE_MPP for CI regtest workflow

by removing false assignment, since it is now default
This commit is contained in:
Pavol Rusnak
2025-01-13 21:52:11 +01:00
committed by GitHub
parent 09deef107d
commit 2f19485ad6
2 changed files with 0 additions and 11 deletions

View File

@@ -90,10 +90,6 @@ MINT_LND_REST_CERT="/home/lnd/.lnd/tls.cert"
MINT_LND_REST_MACAROON="/home/lnd/.lnd/data/chain/bitcoin/regtest/admin.macaroon"
MINT_LND_REST_CERT_VERIFY=True
# Use with LND
# This setting enables MPP support for Partial multi-path payments (NUT-15)
MINT_LND_ENABLE_MPP=TRUE
# Use with CLNRestWallet
MINT_CLNREST_URL=https://localhost:3010
MINT_CLNREST_CERT="./clightning-2/regtest/ca.pem"