Decrease number of confirmations requires for channels of lnd in tests

This commit is contained in:
nicolas.dorier 2019-06-03 15:51:13 +09:00
parent bb29ee10c5
commit 18a7bc9278
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -240,6 +240,7 @@ services:
bitcoind.zmqpubrawblock=tcp://bitcoind:28332 bitcoind.zmqpubrawblock=tcp://bitcoind:28332
bitcoind.zmqpubrawtx=tcp://bitcoind:28333 bitcoind.zmqpubrawtx=tcp://bitcoind:28333
externalip=merchant_lnd:9735 externalip=merchant_lnd:9735
bitcoin.defaultchanconfs=1
no-macaroons=1 no-macaroons=1
debuglevel=debug debuglevel=debug
noseedbackup=1 noseedbackup=1
@ -270,6 +271,7 @@ services:
bitcoind.zmqpubrawblock=tcp://bitcoind:28332 bitcoind.zmqpubrawblock=tcp://bitcoind:28332
bitcoind.zmqpubrawtx=tcp://bitcoind:28333 bitcoind.zmqpubrawtx=tcp://bitcoind:28333
externalip=customer_lnd:10009 externalip=customer_lnd:10009
bitcoin.defaultchanconfs=1
no-macaroons=1 no-macaroons=1
debuglevel=debug debuglevel=debug
noseedbackup=1 noseedbackup=1