From 18a7bc9278a319e8aefc80e87d58ac829f3e5e3e Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 3 Jun 2019 15:51:13 +0900 Subject: [PATCH] Decrease number of confirmations requires for channels of lnd in tests --- BTCPayServer.Tests/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index a16136d61..ecc634ef5 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -240,6 +240,7 @@ services: bitcoind.zmqpubrawblock=tcp://bitcoind:28332 bitcoind.zmqpubrawtx=tcp://bitcoind:28333 externalip=merchant_lnd:9735 + bitcoin.defaultchanconfs=1 no-macaroons=1 debuglevel=debug noseedbackup=1 @@ -270,6 +271,7 @@ services: bitcoind.zmqpubrawblock=tcp://bitcoind:28332 bitcoind.zmqpubrawtx=tcp://bitcoind:28333 externalip=customer_lnd:10009 + bitcoin.defaultchanconfs=1 no-macaroons=1 debuglevel=debug noseedbackup=1