mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 11:24:19 +01:00
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:
@@ -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_MACAROON="/home/lnd/.lnd/data/chain/bitcoin/regtest/admin.macaroon"
|
||||||
MINT_LND_REST_CERT_VERIFY=True
|
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
|
# Use with CLNRestWallet
|
||||||
MINT_CLNREST_URL=https://localhost:3010
|
MINT_CLNREST_URL=https://localhost:3010
|
||||||
MINT_CLNREST_CERT="./clightning-2/regtest/ca.pem"
|
MINT_CLNREST_CERT="./clightning-2/regtest/ca.pem"
|
||||||
|
|||||||
7
.github/workflows/regtest.yml
vendored
7
.github/workflows/regtest.yml
vendored
@@ -63,12 +63,6 @@ jobs:
|
|||||||
MINT_LND_RPC_ENDPOINT: localhost:10009
|
MINT_LND_RPC_ENDPOINT: localhost:10009
|
||||||
MINT_LND_RPC_CERT: ./regtest/data/lnd-3/tls.cert
|
MINT_LND_RPC_CERT: ./regtest/data/lnd-3/tls.cert
|
||||||
MINT_LND_RPC_MACAROON: ./regtest/data/lnd-3/data/chain/bitcoin/regtest/admin.macaroon
|
MINT_LND_RPC_MACAROON: ./regtest/data/lnd-3/data/chain/bitcoin/regtest/admin.macaroon
|
||||||
|
|
||||||
MINT_LND_ENABLE_MPP: true
|
|
||||||
# LND_GRPC_ENDPOINT: localhost
|
|
||||||
# LND_GRPC_PORT: 10009
|
|
||||||
# LND_GRPC_CERT: ./regtest/data/lnd-3/tls.cert
|
|
||||||
# LND_GRPC_MACAROON: ./regtest/data/lnd-3/data/chain/bitcoin/regtest/admin.macaroon
|
|
||||||
# CoreLightningRestWallet
|
# CoreLightningRestWallet
|
||||||
MINT_CORELIGHTNING_REST_URL: https://localhost:3001
|
MINT_CORELIGHTNING_REST_URL: https://localhost:3001
|
||||||
MINT_CORELIGHTNING_REST_MACAROON: ./regtest/data/clightning-2-rest/access.macaroon
|
MINT_CORELIGHTNING_REST_MACAROON: ./regtest/data/clightning-2-rest/access.macaroon
|
||||||
@@ -77,7 +71,6 @@ jobs:
|
|||||||
MINT_CLNREST_URL: https://localhost:3010
|
MINT_CLNREST_URL: https://localhost:3010
|
||||||
MINT_CLNREST_RUNE: ./regtest/data/clightning-2/rune
|
MINT_CLNREST_RUNE: ./regtest/data/clightning-2/rune
|
||||||
MINT_CLNREST_CERT: ./regtest/data/clightning-2/regtest/ca.pem
|
MINT_CLNREST_CERT: ./regtest/data/clightning-2/regtest/ca.pem
|
||||||
MINT_CLNREST_ENABLE_MPP: false
|
|
||||||
run: |
|
run: |
|
||||||
sudo chmod -R 777 .
|
sudo chmod -R 777 .
|
||||||
make test
|
make test
|
||||||
|
|||||||
Reference in New Issue
Block a user