mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Decrease number of confirmations requires for channels of lnd in tests
This commit is contained in:
parent
bb29ee10c5
commit
18a7bc9278
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue